From 61d72c76d25aa2d315e71fc0ef2eda9c871433d4 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Tue, 22 Mar 2022 20:43:02 +0100 Subject: Restore building when HAVE_GL is 0 --- test/cube.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/cube.cxx b/test/cube.cxx index fa96130ee..2b904e4dc 100644 --- a/test/cube.cxx +++ b/test/cube.cxx @@ -39,6 +39,8 @@ public: cube_box(int x,int y,int w,int h,const char *l=0) :Fl_Box(FL_DOWN_BOX,x,y,w,h,l) { label("This demo does\nnot work without GL"); } + void begin() {} + void end() {} }; #else #include -- cgit v1.2.3