summaryrefslogtreecommitdiffstats
path: root/src/main-menu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/main-menu.h')
-rw-r--r--src/main-menu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main-menu.h b/src/main-menu.h
index 1a3575f..971f56e 100644
--- a/src/main-menu.h
+++ b/src/main-menu.h
@@ -41,7 +41,7 @@ G_BEGIN_DECLS
MQ_TYPE_MAIN_MENU))
#define MQ_MAIN_MENU_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass), \
MQ_TYPE_MAIN_MENU, MqMainMenuClass))
-#define MQ_IS_MAIN_MENU_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE( (klass), \
+#define MQ_IS_MAIN_MENU_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass), \
MQ_TYPE_MAIN_MENU))
#define MQ_MAIN_MENU_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), \
MQ_TYPE_MAIN_MENU, MqMainMenuClass))