fixed a missing ampersand
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56552 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -248,7 +248,7 @@ public:
|
|||||||
|
|
||||||
// the title
|
// the title
|
||||||
virtual void SetTitle(const wxString& title) { m_title = title; }
|
virtual void SetTitle(const wxString& title) { m_title = title; }
|
||||||
const wxString GetTitle() const { return m_title; }
|
const wxString& GetTitle() const { return m_title; }
|
||||||
|
|
||||||
// event handler
|
// event handler
|
||||||
void SetEventHandler(wxEvtHandler *handler) { m_eventHandler = handler; }
|
void SetEventHandler(wxEvtHandler *handler) { m_eventHandler = handler; }
|
||||||
|
Reference in New Issue
Block a user