]> git.saurik.com Git - wxWidgets.git/blobdiff - src/cocoa/toplevel.mm
fixed DLL linking of wxMessageOutput class
[wxWidgets.git] / src / cocoa / toplevel.mm
index 26367980fcc9bacdf029df4d5de78af9727ad660..1a5379ff5290992be112e8699a304870384b545e 100644 (file)
@@ -332,7 +332,7 @@ void wxTopLevelWindowCocoa::OnCloseWindow(wxCloseEvent& event)
 // wxTopLevelWindowCocoa misc
 // ----------------------------------------------------------------------------
 
-void wxTopLevelWindowCocoa::SetTitle( const wxString& WXUNUSED(title))
+void wxTopLevelWindowCocoa::SetTitle(const wxString& title)
 {
     [m_cocoaNSWindow setTitle:wxNSStringWithWxString(title)];
 }