aboutsummaryrefslogtreecommitdiffstats
path: root/include/pugl/detail/mac.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pugl/detail/mac.h')
-rw-r--r--include/pugl/detail/mac.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/pugl/detail/mac.h b/include/pugl/detail/mac.h
index 55f24ca..d31eb91 100644
--- a/include/pugl/detail/mac.h
+++ b/include/pugl/detail/mac.h
@@ -31,14 +31,14 @@
@interface PuglWrapperView : NSView<NSTextInputClient>
-- (void) dispatchExpose:(NSRect)rect;
-- (void) setReshaped;
+- (void)dispatchExpose:(NSRect)rect;
+- (void)setReshaped;
@end
@interface PuglWindow : NSWindow
-- (void) setPuglview:(PuglView*)view;
+- (void)setPuglview:(PuglView*)view;
@end