]> git.saurik.com Git - wxWidgets.git/commitdiff
removed TABs
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 10 Jan 2003 23:52:17 +0000 (23:52 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 10 Jan 2003 23:52:17 +0000 (23:52 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18676 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

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