diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2025-03-08 15:29:24 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2025-03-08 15:29:24 +0100 |
| commit | 26ff0df6cf0fe086916a2ebf229430baeb78b07d (patch) | |
| tree | 11ee857159bb7f3b32e68551624a5e2737a8b7ca /src/Fl_String.H | |
| parent | 7d58f06a206768fc16d495cedd2119c2e5977bb6 (diff) | |
Remove warning sent by Doxygen about too many #endif
Diffstat (limited to 'src/Fl_String.H')
| -rw-r--r-- | src/Fl_String.H | 4 |
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_ |
