diff options
| author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-03-26 12:03:40 +0100 | 
|---|---|---|
| committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-03-26 12:03:40 +0100 | 
| commit | b481d8198652a81c8dcaf310e0b3dd178ac697fe (patch) | |
| tree | c038d27d23400214213acd6caeab645c853b995a /src | |
| parent | 473b53ebdea9cbba4c3391fbfde96830ab5a70d5 (diff) | |
int->bool
Diffstat (limited to 'src')
| -rw-r--r-- | src/GipfelWidget.H | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/GipfelWidget.H b/src/GipfelWidget.H index f701ea2..85de338 100644 --- a/src/GipfelWidget.H +++ b/src/GipfelWidget.H @@ -21,9 +21,9 @@ class GipfelWidget : public Fl_Group {  		Panorama *pan;  		char *img_file;  		double track_width; -		int have_gipfel_info; +		bool have_gipfel_info; +		bool show_hidden;  		ImageMetaData *md; -		int show_hidden;  		int mouse_x, mouse_y;  		char focused_mountain_label[128]; | 
