]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/framecmn.cpp
Resolve '&&' ambiguity (VC++ 6)
[wxWidgets.git] / src / common / framecmn.cpp
index 38ad2f2c38049a072983ee15d0c245ffbd7c50c8..bbd09bf8b478a725d8840665171cb89f38096e6a 100644 (file)
@@ -439,7 +439,7 @@ void wxFrameBase::DoGiveHelp(const wxString& help, bool show)
 
     statbar->SetStatusText(text, m_statusBarPane);
 #else
-    wxUnusedVar(text);
+    wxUnusedVar(help);
     wxUnusedVar(show);
 #endif // wxUSE_STATUSBAR
 }