X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a06bb527dd58cb3b0aec62d0bce0b03aade10140..9d41f689dc1b44455bc0fae01318e63dd4caf594:/include/wx/window.h 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