]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/regconf.h
Various changes for 16-bit compilation
[wxWidgets.git] / include / wx / msw / regconf.h
index fed7e2b50ba26f3804c98d60d3b5bad9d3f8a716..387456ff1e4de1dec82919be8454486b35aae645 100644 (file)
@@ -43,7 +43,7 @@ public:
   virtual bool Read(long&, const char *, long = 0) const;
   virtual bool Write(const char *szKey, const char *szValue);
   virtual bool Write(const char *szKey, long Value);
-  virtual bool Flush(bool /* bCurrentOnly = FALSE */ ) { return true; }
+  virtual bool Flush(bool /* bCurrentOnly = FALSE */ ) { return TRUE; }
 
   // delete
   virtual bool DeleteEntry(const char *szKey, bool bGroupIfEmptyAlso);
@@ -59,4 +59,4 @@ private:
   wxString  m_strPath;
 };
 
-#endif  //_REGCONF_H
\ No newline at end of file
+#endif  //_REGCONF_H