summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/cube.cxx2
1 files changed, 2 insertions, 0 deletions
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 <FL/Fl_Gl_Window.H>