From 67eb4cb2539ba04a58da72a6e911d401b38d786c Mon Sep 17 00:00:00 2001 From: =?utf8?q?W=C5=82odzimierz=20Skiba?= Date: Tue, 8 Nov 2005 13:28:34 +0000 Subject: [PATCH] Build fix. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36124 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/mac/classic/toplevel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } -- 2.49.0