]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/notebook.h
USE_xxx constants renamed to wxUSE_xxx. This is an incompatible change, you
[wxWidgets.git] / include / wx / gtk / notebook.h
index a30a9d6ba0c7ce5520d77d014d3b2773cb79251e..097101d094083c8f66bf20542fe57e5fece5f727 100644 (file)
@@ -153,7 +153,7 @@ private:
 
   wxImageList*    m_imageList;
   wxList          m_pages;
-  uint            m_idHandler; // the change page handler id
+  size_t            m_idHandler; // the change page handler id
 
   DECLARE_DYNAMIC_CLASS(wxNotebook)
 };