]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/regconf.h
implement HitTest(pos) variant and not HitTest(x, y) one as this is what Windows...
[wxWidgets.git] / include / wx / msw / regconf.h
index 666547a35d07368923a30397dae51ed284f0bde5..f9d73d9cae8fd13767254b0fc509e82ac423bdd0 100644 (file)
@@ -19,7 +19,9 @@
 #ifndef   _REGISTRY_H
   #include "wx/msw/registry.h"
 #endif
+
 #include "wx/object.h"
+#include "wx/confbase.h"
 
 // ----------------------------------------------------------------------------
 // wxRegConfig
@@ -34,7 +36,7 @@ public:
               const wxString& vendorName = wxEmptyString,
               const wxString& localFilename = wxEmptyString,
               const wxString& globalFilename = wxEmptyString,
-              long style = 0);
+              long style = wxCONFIG_USE_GLOBAL_FILE);
 
     // dtor will save unsaved data
   virtual ~wxRegConfig();