summaryrefslogtreecommitdiff
path: root/src/video/cocoa/wnd_quartz.mm
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2010-02-10 17:37:47 +0000
committersmatz <smatz@openttd.org>2010-02-10 17:37:47 +0000
commitc5b34444af495322255f4b427b3bcc10de8d3e7d (patch)
tree9f43e951fef75b427a0a1db09b714146722cf7f7 /src/video/cocoa/wnd_quartz.mm
parent023fc16894b191b4841da5f01480907653089301 (diff)
downloadopenttd-c5b34444af495322255f4b427b3bcc10de8d3e7d.tar.xz
(svn r19084) -Codechange: minor coding-style fixups
Diffstat (limited to 'src/video/cocoa/wnd_quartz.mm')
-rw-r--r--src/video/cocoa/wnd_quartz.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video/cocoa/wnd_quartz.mm b/src/video/cocoa/wnd_quartz.mm
index 76608f8ef..18a87e2aa 100644
--- a/src/video/cocoa/wnd_quartz.mm
+++ b/src/video/cocoa/wnd_quartz.mm
@@ -63,7 +63,7 @@ class WindowQuartzSubdriver;
@end
/* Delegate for our NSWindow to send ask for quit on close */
-@interface OTTD_QuartzWindowDelegate : NSObject{
+@interface OTTD_QuartzWindowDelegate : NSObject {
WindowQuartzSubdriver *driver;
}