diff options
Diffstat (limited to 'src/interface-gtk.h')
-rw-r--r-- | src/interface-gtk.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interface-gtk.h b/src/interface-gtk.h index baa499c..ed2cabe 100644 --- a/src/interface-gtk.h +++ b/src/interface-gtk.h @@ -28,6 +28,7 @@ #include "interface.h" +/* object declared in main.cpp */ extern class InterfaceGtk : public Interface { GtkWidget *window; GtkWidget *editor_widget; |