]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/tbarbase.h
1. wxFileDialog patch for multiple selection applied (with some small changes),
[wxWidgets.git] / include / wx / tbarbase.h
index 1b95221f6db5999ab8ac0f3e3a3f5717c23b31cb..08ce5dbe1eafa8f49c4883984d569b05a666c035 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        tbarbase.h
+// Name:        wx/tbarbase.h
 // Purpose:     Base class for toolbar classes
 // Author:      Julian Smart
 // Modified by:
@@ -164,7 +164,7 @@ public:
     // will also adjust its position/size)
     //
     // NB: the control should have toolbar as its parent
-    virtual bool AddControl(wxControl *control) { return FALSE; }
+    virtual bool AddControl(wxControl * WXUNUSED(control)) { return FALSE; }
 
     virtual void AddSeparator();
     virtual void ClearTools();