From 240465626604ed9a7f7b2cb997ab4dffd419eabc Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sat, 4 Dec 2021 12:28:42 +0100 Subject: Add minimal version of class Fl_String This class will be used in fl_input_str() and fl_password_str(). Todo: add missing documentation ... --- src/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 0d27e8c61..a31788929 100644 --- a/src/Makefile +++ b/src/Makefile @@ -80,6 +80,7 @@ CPPFILES = \ Fl_Single_Window.cxx \ Fl_Slider.cxx \ Fl_Spinner.cxx \ + Fl_String.cxx \ Fl_Sys_Menu_Bar.cxx \ Fl_System_Driver.cxx \ Fl_Table.cxx \ -- cgit v1.2.3