From: Włodzimierz Skiba Date: Tue, 8 Nov 2005 13:28:34 +0000 (+0000) Subject: Build fix. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/67eb4cb2539ba04a58da72a6e911d401b38d786c Build fix. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36124 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/mac/classic/toplevel.cpp b/src/mac/classic/toplevel.cpp index 0c051f7acc..835bf78107 100644 --- a/src/mac/classic/toplevel.cpp +++ b/src/mac/classic/toplevel.cpp @@ -1083,7 +1083,7 @@ void wxTopLevelWindowMac::SetTitle(const wxString& title) UMASetWTitle( (WindowRef)m_macWindow , title , m_font.GetEncoding() ) ; } -virtual wxString wxTopLevelWindowMac::GetTitle() const +wxString wxTopLevelWindowMac::GetTitle() const { return wxWindow::GetLabel(); }