summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-03-26 12:03:40 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-03-26 12:03:40 +0100
commitb481d8198652a81c8dcaf310e0b3dd178ac697fe (patch)
treec038d27d23400214213acd6caeab645c853b995a
parent473b53ebdea9cbba4c3391fbfde96830ab5a70d5 (diff)
int->bool
-rw-r--r--src/GipfelWidget.H4
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];