]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/listbox.h
Applied patch [ 858324 ] Calling EndModal inside an EVT_INIT_DIALOG event handler
[wxWidgets.git] / include / wx / listbox.h
index 66f39ed4bfd7bf333f23385d2567af6f7af8726a..95e071fe189e7638cc84491eab70f21b91761cb4 100644 (file)
@@ -43,7 +43,7 @@ WXDLLEXPORT_DATA(extern const wxChar*) wxListBoxNameStr;
 class WXDLLEXPORT wxListBoxBase : public wxControlWithItems
 {
 public:
 class WXDLLEXPORT wxListBoxBase : public wxControlWithItems
 {
 public:
-    wxListBoxBase() { }
+    wxListBoxBase();
     virtual ~wxListBoxBase();
 
     // all generic methods are in wxControlWithItems, except for the following
     virtual ~wxListBoxBase();
 
     // all generic methods are in wxControlWithItems, except for the following