summaryrefslogtreecommitdiff
path: root/src/Fl_own_colormap.cxx
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-04-23 06:43:04 +0000
committerManolo Gouy <Manolo>2016-04-23 06:43:04 +0000
commit2cf555047dbd297a915dc93d79e870f8bf254321 (patch)
tree76fe0415c941905953801fe1d56be466009d244b /src/Fl_own_colormap.cxx
parente2edfcbe4fc6e24d77bcd74f03fca7d4f27dcb38 (diff)
Remove Doxygen warnings.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11682 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_own_colormap.cxx')
-rw-r--r--src/Fl_own_colormap.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_own_colormap.cxx b/src/Fl_own_colormap.cxx
index 49b640a96..75bbc215a 100644
--- a/src/Fl_own_colormap.cxx
+++ b/src/Fl_own_colormap.cxx
@@ -30,7 +30,7 @@
#include <FL/Fl_System_Driver.H>
-#ifdef FL_CFG_WIN_X11
+#if defined(FL_CFG_WIN_X11) && !defined(FL_DOXYGEN)
// X version
#include "drivers/X11/Fl_X11_System_Driver.H"