diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2021-12-04 15:34:41 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2021-12-04 15:34:41 +0100 |
| commit | 7a7e50df6ee3b9ab658cf165fd199f6214f4983d (patch) | |
| tree | cbe901297c3626f30c4cfccca79a974bfaf96f88 /FL | |
| parent | b6de09cff2465db3c0a6e6a013b825462bc9a0e7 (diff) | |
Rename FL/Fl_String.H to FL/Fl_String_class.H
The previous name existed already with different case (fl_string.h)
in the FL folder which broke the build on macOS and Windows.
This may be a temporary fix - until I find a better way.
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/Fl_String_class.H (renamed from FL/Fl_String.H) | 8 | ||||
| -rw-r--r-- | FL/fl_ask.H | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/FL/Fl_String.H b/FL/Fl_String_class.H index 471178cd6..938e0d674 100644 --- a/FL/Fl_String.H +++ b/FL/Fl_String_class.H @@ -14,10 +14,10 @@ // https://www.fltk.org/bugs.php // -#ifndef _FL_FL_STRING_H_ -#define _FL_FL_STRING_H_ +#ifndef _FL_Fl_String_class_H_ +#define _FL_Fl_String_class_H_ -/** \file FL/Fl_String.H +/** \file FL/Fl_String_class.H Basic Fl_String class for FLTK. */ @@ -111,4 +111,4 @@ public: }; // class Fl_String -#endif // _FL_FL_STRING_H_ +#endif // _FL_Fl_String_class_H_ diff --git a/FL/fl_ask.H b/FL/fl_ask.H index de76ebd37..b96c94d30 100644 --- a/FL/fl_ask.H +++ b/FL/fl_ask.H @@ -22,7 +22,7 @@ #define _FL_fl_ask_H_ #include <FL/Enumerations.H> -#include <FL/Fl_String.H> +#include <FL/Fl_String_class.H> #include <FL/fl_attr.h> class Fl_Widget; |
