summaryrefslogtreecommitdiff
path: root/tikzit/src/osx/AppDelegate.m
diff options
context:
space:
mode:
authorJohan Paulsson <gonz@badcode.net>2014-03-25 20:53:30 +0000
committerJohan Paulsson <gonz@badcode.net>2014-03-25 20:53:30 +0000
commit53009ac3c49cab59f4e5384d0500a5729e847555 (patch)
tree7cd91928b6b10d725601cf822fe507bd8ad20706 /tikzit/src/osx/AppDelegate.m
parent1e65c32b799b7ca262f266737a867240eeb451f8 (diff)
minor semantical errors
Diffstat (limited to 'tikzit/src/osx/AppDelegate.m')
-rw-r--r--tikzit/src/osx/AppDelegate.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/tikzit/src/osx/AppDelegate.m b/tikzit/src/osx/AppDelegate.m
index 35484b7..94f5507 100644
--- a/tikzit/src/osx/AppDelegate.m
+++ b/tikzit/src/osx/AppDelegate.m
@@ -110,7 +110,7 @@
}
- (IBAction)togglePreamble:(id)sender {
- [self toggleController:preambleController];
+ [self toggleController:(NSWindowController *) preambleController];
}
- (IBAction)togglePreferences:(id)sender {