From 367d302b5f120ff3497631a6fb1eaa6ea6f126b6 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Fri, 17 Nov 2023 19:27:00 +0100 Subject: Apply two patches provided by user 'Andre' via mail 1. add missing FL_EXPORT to class Fl_Terminal 2. add missing test/wizard demo to test/Makefile --- FL/Fl_Terminal.H | 2 +- test/Makefile | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/FL/Fl_Terminal.H b/FL/Fl_Terminal.H index 961713296..6d559e7e3 100644 --- a/FL/Fl_Terminal.H +++ b/FL/Fl_Terminal.H @@ -256,7 +256,7 @@ the text. **/ -class Fl_Terminal : public Fl_Group { +class FL_EXPORT Fl_Terminal : public Fl_Group { public: ////////////////////////////////////// ////// Fl_Terminal Public Enums ////// diff --git a/test/Makefile b/test/Makefile index fd6fddf93..2646ab188 100644 --- a/test/Makefile +++ b/test/Makefile @@ -134,6 +134,7 @@ CPPFILES =\ utf8.cxx \ valuators.cxx \ windowfocus.cxx \ + wizard.cxx \ $(CPPUNITTEST) ALL = \ @@ -213,7 +214,8 @@ ALL = \ tiled_image$(EXEEXT) \ twowin$(EXEEXT) \ utf8$(EXEEXT) \ - windowfocus$(EXEEXT) + windowfocus$(EXEEXT) \ + wizard$(EXEEXT) ALLFLUID = \ checkers$(EXEEXT) \ -- cgit v1.2.3