#if wxUSE_CHECKLISTBOX
#include "wx/checklst.h"
-#include "wx/gtk/private.h"
+#include "wx/gtk1/private.h"
#include <gdk/gdk.h>
#include <gtk/gtk.h>
wxCheckListBox::wxCheckListBox(wxWindow *parent, wxWindowID id,
const wxPoint& pos,
const wxSize& size,
- int nStrings,
+ int nStrings,
const wxString *choices,
long style,
const wxValidator& validator,