diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2022-11-06 15:01:47 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2022-11-06 16:32:29 +0100 |
| commit | 8b92935b1e2964889d76fe64374be1ab3b040027 (patch) | |
| tree | 6ee9a567ca8a92eef53cf15c9ac6fca6f3cfc8cb /src/Makefile | |
| parent | c4bb4e192ed4661f4a74e31b1f5ae8116c59cc9e (diff) | |
Add Fl_Int_Vector: "an STL-ish vector without templates"
Code copied from Fl_Table and reformatted.
Thanks to Greg for the original code.
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index cb3421414..0f820287e 100644 --- a/src/Makefile +++ b/src/Makefile @@ -51,6 +51,7 @@ CPPFILES = \ Fl_Input.cxx \ Fl_Input_.cxx \ Fl_Input_Choice.cxx \ + Fl_Int_Vector.cxx \ Fl_Light_Button.cxx \ Fl_Menu.cxx \ Fl_Menu_.cxx \ |
