diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2015-10-03 14:34:20 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2015-10-03 14:34:20 +0200 |
commit | 21bb5bd2bd4243dc83a08d6e0329b5de2f96b1fe (patch) | |
tree | beef1c65f08a9677611b20fbb86deff5f1820bd9 /plugingui/notifier.h | |
parent | 3be8598f672eb5b8e48373ed4ee59feff543ada2 (diff) |
Refactor ComboBox and ListBox(Thin and Basic).
Diffstat (limited to 'plugingui/notifier.h')
-rw-r--r-- | plugingui/notifier.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugingui/notifier.h b/plugingui/notifier.h index 160fe4e..57ca453 100644 --- a/plugingui/notifier.h +++ b/plugingui/notifier.h @@ -156,4 +156,4 @@ private: } // GUI:: -#define CONNECT(SRC, SIG, TAR, SLO) SRC->SIG.connect(TAR, SLO) +#define CONNECT(SRC, SIG, TAR, SLO) (SRC)->SIG.connect(TAR, SLO) |