X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e59127de8b89a377348c11ea11430a4fcbf4ff5d..66c2bf7b1d9326fb650acfaae22ec50528cfbf7c:/include/wx/gtk/listbox.h?ds=sidebyside diff --git a/include/wx/gtk/listbox.h b/include/wx/gtk/listbox.h index 4df8e97ecd..c40bda6a27 100644 --- a/include/wx/gtk/listbox.h +++ b/include/wx/gtk/listbox.h @@ -2,7 +2,6 @@ // Name: wx/gtk/listbox.h // Purpose: wxListBox class declaration // Author: Robert Roebling -// Id: $Id$ // Copyright: (c) 1998 Robert Roebling // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -10,7 +9,7 @@ #ifndef _WX_GTK_LISTBOX_H_ #define _WX_GTK_LISTBOX_H_ -struct _GtkTreeEntry; +struct _wxTreeEntry; struct _GtkTreeIter; //----------------------------------------------------------------------------- @@ -91,7 +90,7 @@ public: bool m_hasCheckBoxes; #endif // wxUSE_CHECKLISTBOX - struct _GtkTreeEntry* GTKGetEntry(unsigned pos) const; + struct _wxTreeEntry* GTKGetEntry(unsigned pos) const; void GTKDisableEvents(); void GTKEnableEvents();