diff options
Diffstat (limited to 'plugingui/eventhandler.h')
-rw-r--r-- | plugingui/eventhandler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugingui/eventhandler.h b/plugingui/eventhandler.h index c63c003..99be2d4 100644 --- a/plugingui/eventhandler.h +++ b/plugingui/eventhandler.h @@ -52,7 +52,7 @@ public: GlobalContext *gctx; private: - + int last_click; void (*closeHandler)(void *); void *closeHandlerPtr; }; |