diff options
Diffstat (limited to 'src/widgets/gradient-toolbar.h')
| -rw-r--r-- | src/widgets/gradient-toolbar.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/widgets/gradient-toolbar.h b/src/widgets/gradient-toolbar.h index 74cfb2886..38afb743b 100644 --- a/src/widgets/gradient-toolbar.h +++ b/src/widgets/gradient-toolbar.h @@ -12,9 +12,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_gradient_toolbox_prep(SPDesktop * /*desktop*/, GtkActionGroup* mainActions, GObject* holder); #endif /* !SEEN_GRADIENT_TOOLBAR_H */ |
