]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/listbox.h
fix for Borland Dll build (SF bug #972989)
[wxWidgets.git] / include / wx / listbox.h
index 95e071fe189e7638cc84491eab70f21b91761cb4..4ce3b2ff83ab6f7fcd8bc7a519dd8d2793d17c99 100644 (file)
@@ -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