summaryrefslogtreecommitdiff
path: root/tikzit/src/gtk/GraphInputHandler.h
diff options
context:
space:
mode:
authorAlex Merry <alex.merry@cs.ox.ac.uk>2012-12-04 12:02:12 +0000
committerAlex Merry <alex.merry@cs.ox.ac.uk>2012-12-04 12:02:12 +0000
commit134de8169993f23f2c3a733a7bf96622965e7d7d (patch)
treed9caeac0f95e658b6a2a2c409bc2098e8f72e1d4 /tikzit/src/gtk/GraphInputHandler.h
parent94ff07fc9d728d97dde159e0c3e6ab80e29e0855 (diff)
Turn InputDelegate into a protocol
We require support for the @optional keyword, so we should make use of it.
Diffstat (limited to 'tikzit/src/gtk/GraphInputHandler.h')
-rw-r--r--tikzit/src/gtk/GraphInputHandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tikzit/src/gtk/GraphInputHandler.h b/tikzit/src/gtk/GraphInputHandler.h
index caf1528..4dbe5ca 100644
--- a/tikzit/src/gtk/GraphInputHandler.h
+++ b/tikzit/src/gtk/GraphInputHandler.h
@@ -40,7 +40,7 @@ typedef enum {
CanvasDragState
} MouseState;
-@interface GraphInputHandler: NSObject {
+@interface GraphInputHandler: NSObject <InputDelegate> {
GraphRenderer *renderer;
InputMode mode;
MouseState state;