X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1c383dbac927bbcc728365b2f8894a5ce676b19b..4afd752902ae7c44f4b3dc2edb11d7c24f95ed54:/include/wx/tbarbase.h diff --git a/include/wx/tbarbase.h b/include/wx/tbarbase.h index 1b95221f6d..08ce5dbe1e 100644 --- a/include/wx/tbarbase.h +++ b/include/wx/tbarbase.h @@ -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();