From 0a6be0a83f368aff7df7e1a9c567d7e16b92a579 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sun, 31 Jan 2016 04:33:54 +0000 Subject: Fix compiler warnings (STR 2988), porting from branch-1.3. This commit is the accumulated patch introduced in branch 1.3 in svn r 11094, 11095, and 11096. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11097 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Table.H | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'FL/Fl_Table.H') 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(). -- cgit v1.2.3