summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2022-01-16 19:25:10 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2022-01-16 19:47:16 +0100
commit788ca208f7e633cd19ddfa0151edc74f3d1a5438 (patch)
tree61a57426eb82edda8f575067c9e2c9825dfbe54c /src/CMakeLists.txt
parent92e9181a0a885b2b58e002e3a5e76152763388a2 (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/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index d11dc1fe2..17c647987 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -79,7 +79,7 @@ set (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