diff options
-rw-r--r-- | src/notebook.c | 2 |
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; |