diff --git a/include/wx/univ/control.h b/include/wx/univ/control.h index e2eceb4b3f..03ee6fa9ec 100644 --- a/include/wx/univ/control.h +++ b/include/wx/univ/control.h @@ -66,7 +66,7 @@ public: virtual void SetLabel(const wxString& label) wxOVERRIDE; // return the current label - virtual wxString GetLabel() const wxOVERRIDE { return m_label; } + virtual wxString GetLabel() const wxOVERRIDE { return wxControlBase::GetLabel(); } // wxUniversal-specific methods