aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/guitest/flgui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/guitest/flgui.cpp')
-rw-r--r--externals/grill/guitest/flgui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/grill/guitest/flgui.cpp b/externals/grill/guitest/flgui.cpp
index 2753d303..1771e992 100644
--- a/externals/grill/guitest/flgui.cpp
+++ b/externals/grill/guitest/flgui.cpp
@@ -40,7 +40,7 @@ flext_gui::flext_gui(int xs,int ys):
#endif
bindsym(NULL)
{
- canvas = new Canvas(thisCanvas());
+ canvas = new FCanvas(thisCanvas());
objs = new GuiGroup(canvas);
#if FLEXT_SYS == FLEXT_SYS_PD