diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2021-12-04 15:50:10 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2021-12-04 15:50:10 +0100 |
| commit | 130f864d1d3f02f854a5f4085a49318a03a8eea0 (patch) | |
| tree | 6ddb870b698bf9d529df6ba95607a32d22946eb1 /src/Makefile | |
| parent | 7a7e50df6ee3b9ab658cf165fd199f6214f4983d (diff) | |
Rename src/Fl_String.cxx to src/Fl_String_class.cxx
Sorry for the noise, still fixing a name class on case-insensitive
file systems (macOS and Windows).
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 2fe252ba8..1b854ad57 100644 --- a/src/Makefile +++ b/src/Makefile @@ -81,7 +81,7 @@ CPPFILES = \ Fl_Single_Window.cxx \ Fl_Slider.cxx \ Fl_Spinner.cxx \ - Fl_String.cxx \ + Fl_String_class.cxx \ Fl_Sys_Menu_Bar.cxx \ Fl_System_Driver.cxx \ Fl_Table.cxx \ |
