]> git.saurik.com Git - wxWidgets.git/blobdiff - src/univ/inpcons.cpp
deprecated Initialize/CleanUpClasses
[wxWidgets.git] / src / univ / inpcons.cpp
index 1f6a7d875556f9fa2edbb3b5ea32aa31d8d2771d..8fb83fff494158c239b80fdeea9b802cc8dd4296 100644 (file)
@@ -99,9 +99,9 @@ void wxInputConsumer::OnMouse(wxMouseEvent& event)
 // the actions
 // ----------------------------------------------------------------------------
 
-bool wxInputConsumer::PerformAction(const wxControlAction& action,
-                                    long numArg,
-                                    const wxString& strArg)
+bool wxInputConsumer::PerformAction(const wxControlAction& WXUNUSED(action),
+                                    long WXUNUSED(numArg),
+                                    const wxString& WXUNUSED(strArg))
 {
     return FALSE;
 }