From 311a173bcc5a009f0e675cf63d2ea4fefb75e02d Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 22 Sep 2003 12:14:44 +0000 Subject: [PATCH] removed some TABs git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23808 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/window.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/wx/window.h b/include/wx/window.h index 0917bae944..e9f83c941d 100644 --- a/include/wx/window.h +++ b/include/wx/window.h @@ -219,7 +219,7 @@ public: return wxPoint(w, h); } - void SetPosition( const wxPoint& pt ) { Move( pt ) ; } + void SetPosition( const wxPoint& pt ) { Move( pt ) ; } void GetSize( int *w, int *h ) const { DoGetSize(w, h); } wxSize GetSize() const @@ -778,7 +778,7 @@ public: void SetToolTip( wxToolTip *tip ) { DoSetToolTip(tip); } // get the associated tooltip or NULL if none wxToolTip* GetToolTip() const { return m_tooltip; } - wxString GetToolTipText() const ; + wxString GetToolTipText() const ; #endif // wxUSE_TOOLTIPS // drag and drop -- 2.45.2