summaryrefslogtreecommitdiff
path: root/gtk/gtkappchooserprivate.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkappchooserprivate.h')
-rw-r--r--gtk/gtkappchooserprivate.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkappchooserprivate.h b/gtk/gtkappchooserprivate.h
index f3404aab2f..67e0a7c1dd 100644
--- a/gtk/gtkappchooserprivate.h
+++ b/gtk/gtkappchooserprivate.h
@@ -27,13 +27,13 @@
#include <glib.h>
#include <gio/gio.h>
+#include "gtkappchooser.h"
#include "gtkappchooserwidget.h"
typedef struct _GtkAppChooserIface GtkAppChooserIface;
typedef GtkAppChooserIface GtkAppChooserInterface;
-#define GTK_APP_CHOOSER_GET_IFACE(inst)\
- (G_TYPE_INSTANCE_GET_INTERFACE ((inst), GTK_TYPE_APP_CHOOSER, GtkAppChooserIface))
+#define GTK_APP_CHOOSER_GET_IFACE(inst) (G_TYPE_INSTANCE_GET_INTERFACE ((inst), GTK_TYPE_APP_CHOOSER, GtkAppChooserIface))
struct _GtkAppChooserIface {
GTypeInterface base_iface;