diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2022-01-16 19:25:10 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2022-01-16 19:47:16 +0100 |
| commit | 788ca208f7e633cd19ddfa0151edc74f3d1a5438 (patch) | |
| tree | 61a57426eb82edda8f575067c9e2c9825dfbe54c /src/Makefile | |
| parent | 92e9181a0a885b2b58e002e3a5e76152763388a2 (diff) | |
Rename FL/Fl_String_class.H to FL/Fl_String.H
This is part 2 of the final fix for a previous name clash on case
insensitive file systems (fl_string.h vs. Fl_String.H).
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 6c0b1e6d4..6df91602f 100644 --- a/src/Makefile +++ b/src/Makefile @@ -81,7 +81,7 @@ CPPFILES = \ Fl_Single_Window.cxx \ Fl_Slider.cxx \ Fl_Spinner.cxx \ - Fl_String_class.cxx \ + Fl_String.cxx \ Fl_Sys_Menu_Bar.cxx \ Fl_System_Driver.cxx \ Fl_Table.cxx \ |
