summaryrefslogtreecommitdiff
path: root/plugingui/eventhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugingui/eventhandler.h')
-rw-r--r--plugingui/eventhandler.h2
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;
};