]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/toplevel.h
added support for GTK2 label mnemonics (patch #689573)
[wxWidgets.git] / include / wx / mac / toplevel.h
index f101e5626d88db7549c0aa24e88bc5fe54075868..d6aea4496c4f68151b1246cc79d0bad411484da1 100644 (file)
@@ -93,7 +93,7 @@ public:
     short MacGetWindowBackgroundTheme() const { return m_macWindowBackgroundTheme ; }
 
 #if TARGET_CARBON
-       WXEVENTHANDLERREF       MacGetEventHandler() { return m_macEventHandler ; }
+    WXEVENTHANDLERREF    MacGetEventHandler() { return m_macEventHandler ; }
 #endif
 protected:
     // common part of all ctors
@@ -116,7 +116,7 @@ protected:
     static WXWindow s_macWindowInUpdate ;
 private :
 #if TARGET_CARBON
-       WXEVENTHANDLERREF       m_macEventHandler ;
+    WXEVENTHANDLERREF    m_macEventHandler ;
 #endif
 };