]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/menu.h
moved wxCollapsiblePane to core from adv
[wxWidgets.git] / include / wx / gtk / menu.h
index 8d5db66d12f913ca271214f5beb3aa89c72fd69b..cc00c2fd7cb2f461bad578adc4d97a3a70ccf4d8 100644 (file)
@@ -75,7 +75,7 @@ public:
     virtual ~wxMenu();
 
     void Attach(wxMenuBarBase *menubar);
-    
+
     void SetLayoutDirection(const wxLayoutDirection dir);
     wxLayoutDirection GetLayoutDirection() const;
 
@@ -101,9 +101,10 @@ private:
     // common part of Append (if pos == -1)  and Insert
     bool GtkAppend(wxMenuItem *item, int pos=-1);
 
-       GtkWidget *m_prevRadio;
+    GtkWidget *m_prevRadio;
 
     DECLARE_DYNAMIC_CLASS(wxMenu)
 };
 
-#endif // __GTKMENUH__
+#endif
+    // __GTKMENUH__