summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2021-12-04 15:50:10 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2021-12-04 15:50:10 +0100
commit130f864d1d3f02f854a5f4085a49318a03a8eea0 (patch)
tree6ddb870b698bf9d529df6ba95607a32d22946eb1 /src/CMakeLists.txt
parent7a7e50df6ee3b9ab658cf165fd199f6214f4983d (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/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 19168612e..475712ccf 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.cxx
+ Fl_String_class.cxx
Fl_Sys_Menu_Bar.cxx
Fl_System_Driver.cxx
Fl_Table.cxx