]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/fileconf.h
ifdef out some wxGTK specific code
[wxWidgets.git] / include / wx / fileconf.h
index b7a24d77477861112a035df36adb6038c7613ff5..819467f26713a4ee1e9f9268e9f53008ffb574ca 100644 (file)
@@ -135,8 +135,8 @@ public:
   virtual bool GetFirstEntry(wxString& str, long& lIndex) const;
   virtual bool GetNextEntry (wxString& str, long& lIndex) const;
 
-  virtual uint GetNumberOfEntries(bool bRecursive = FALSE) const;
-  virtual uint GetNumberOfGroups(bool bRecursive = FALSE) const;
+  virtual size_t GetNumberOfEntries(bool bRecursive = FALSE) const;
+  virtual size_t GetNumberOfGroups(bool bRecursive = FALSE) const;
 
   virtual bool HasGroup(const wxString& strName) const;
   virtual bool HasEntry(const wxString& strName) const;