summaryrefslogtreecommitdiffstats
path: root/src/notebook.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/notebook.c')
-rw-r--r--src/notebook.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/notebook.c b/src/notebook.c
index 675e6bb..01b4666 100644
--- a/src/notebook.c
+++ b/src/notebook.c
@@ -29,7 +29,7 @@
#include "tree.h"
#include "window.h"
-#define MQ_TAB_TREE(obj) (MqTabTree *) (obj)
+#define MQ_TAB_TREE(obj) ((MqTabTree *) (obj))
typedef struct {
MqTree parent_instance;