X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a236aa2058ccf3d36e9cafc20fa7375080c4be50..3d777efedc1e05bd6c2a7c34a00a65895b62bb13:/include/wx/gtk1/listbox.h diff --git a/include/wx/gtk1/listbox.h b/include/wx/gtk1/listbox.h index be62c96846..96968fc153 100644 --- a/include/wx/gtk1/listbox.h +++ b/include/wx/gtk1/listbox.h @@ -2,7 +2,6 @@ // Name: wx/gtk1/listbox.h // Purpose: wxListBox class declaration // Author: Robert Roebling -// Id: $Id$ // Copyright: (c) 1998 Robert Roebling // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -12,6 +11,8 @@ #include "wx/list.h" +typedef struct _GtkList GtkList; + class WXDLLIMPEXP_FWD_BASE wxSortedArrayString; //-----------------------------------------------------------------------------