diff options
Diffstat (limited to 'src/widgets/rect-toolbar.h')
| -rw-r--r-- | src/widgets/rect-toolbar.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/widgets/rect-toolbar.h b/src/widgets/rect-toolbar.h index e123c095b..f89903c6c 100644 --- a/src/widgets/rect-toolbar.h +++ b/src/widgets/rect-toolbar.h @@ -27,9 +27,11 @@ * Released under GNU GPL, read the file 'COPYING' for more information */ -#include <gtk/gtk.h> class SPDesktop; +typedef struct _GtkActionGroup GtkActionGroup; +typedef struct _GObject GObject; + void sp_rect_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainActions, GObject* holder); #endif /* !SEEN_RECT_TOOLBAR_H */ |
