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 /src/Fl_String.cxx | |
| 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 'src/Fl_String.cxx')
| -rw-r--r-- | src/Fl_String.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_String.cxx b/src/Fl_String.cxx index c4417523c..f0aa4f405 100644 --- a/src/Fl_String.cxx +++ b/src/Fl_String.cxx @@ -14,7 +14,7 @@ // https://www.fltk.org/bugs.php // -#include <FL/Fl_String.H> +#include <FL/Fl_String_class.H> #include <stdio.h> #include <string.h> |
