]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/treectlg.h
OpenWatcom compilation fixes (patch 665959)
[wxWidgets.git] / include / wx / generic / treectlg.h
index e24dd825cea7f605def3aac6b37ecb5d9ca5af69..407f09a3010fbc8994890fea7d1d58b72e260bde 100644 (file)
@@ -207,9 +207,9 @@ public:
 #if WXWIN_COMPATIBILITY_2_2
         // deprecated:  Use GetItemParent instead.
     wxTreeItemId GetParent(const wxTreeItemId& item) const
-       { return GetItemParent( item ); }
+        { return GetItemParent( item ); }
 
-       // Expose the base class method hidden by the one above.
+        // Expose the base class method hidden by the one above.
     wxWindow *GetParent() const { return wxScrolledWindow::GetParent(); }
 #endif  // WXWIN_COMPATIBILITY_2_2