X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1169a91932273bc84c23ed9dbd0a2da064d59d66..9e152a55785098472ca1c0df110ad0a1203f710f:/include/wx/listbox.h diff --git a/include/wx/listbox.h b/include/wx/listbox.h index 95e071fe18..4ce3b2ff83 100644 --- a/include/wx/listbox.h +++ b/include/wx/listbox.h @@ -5,7 +5,7 @@ // Modified by: // Created: 22.10.99 // RCS-ID: $Id$ -// Copyright: (c) wxWindows team +// Copyright: (c) wxWidgets team // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// @@ -43,7 +43,7 @@ WXDLLEXPORT_DATA(extern const wxChar*) wxListBoxNameStr; class WXDLLEXPORT wxListBoxBase : public wxControlWithItems { public: - wxListBoxBase(); + wxListBoxBase() { } virtual ~wxListBoxBase(); // all generic methods are in wxControlWithItems, except for the following