From 04ab4108baff92d33f61a28ba3471173b8902109 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Thu, 8 May 2014 14:41:07 +0000 Subject: [PATCH] osx compile fix (nw) --- src/osd/modules/debugger/debugosx.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/osd/modules/debugger/debugosx.h b/src/osd/modules/debugger/debugosx.h index 4f8bc6761a2..f01eb254575 100644 --- a/src/osd/modules/debugger/debugosx.h +++ b/src/osd/modules/debugger/debugosx.h @@ -364,6 +364,8 @@ typedef float CGFloat; @end +#endif // __OBJC__ + class debugger_osx : public osd_debugger_interface { public: @@ -379,6 +381,5 @@ public: extern const osd_debugger_type OSD_DEBUGGER_OSX; -#endif // __OBJC__ #endif // __SDL_DEBUGOSX__