summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Fl_String.H4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Fl_String.H b/src/Fl_String.H
index 13dfd8cf0..b677da261 100644
--- a/src/Fl_String.H
+++ b/src/Fl_String.H
@@ -149,11 +149,11 @@ FL_EXPORT Fl_String operator+(const Fl_String& lhs, const char* rhs);
FL_EXPORT bool operator==(const Fl_String & lhs, const Fl_String & rhs);
FL_EXPORT bool operator!=(const Fl_String & lhs, const Fl_String & rhs);
+#endif
+
/**
\}
\endcond
*/
-#endif
-
#endif // _FL_Fl_String_H_