summaryrefslogtreecommitdiff
path: root/FL/Fl_Table.H
diff options
context:
space:
mode:
Diffstat (limited to 'FL/Fl_Table.H')
-rw-r--r--FL/Fl_Table.H4
1 files changed, 2 insertions, 2 deletions
diff --git a/FL/Fl_Table.H b/FL/Fl_Table.H
index 62650c3c3..341f878b8 100644
--- a/FL/Fl_Table.H
+++ b/FL/Fl_Table.H
@@ -966,7 +966,7 @@ public:
Fl_Widget::do_callback();
}
-#if FL_DOXYGEN
+#ifdef FL_DOXYGEN
/**
The Fl_Widget::when() function is used to set a group of flags, determining
when the widget callback is called:
@@ -998,7 +998,7 @@ public:
void when(Fl_When flags);
#endif
-#if FL_DOXYGEN
+#ifdef FL_DOXYGEN
/**
Callbacks will be called depending on the setting of Fl_Widget::when().