]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/regconf.h
warnings (and some errors) fixes for wxUniv DLL build
[wxWidgets.git] / include / wx / msw / regconf.h
index 3a1bca89a1b334330cf96b6271d1cf4a24e13ca2..f34b2651701b171435e67e189298e216cf208343 100644 (file)
@@ -30,10 +30,10 @@ class WXDLLIMPEXP_BASE wxRegConfig : public wxConfigBase
 public:
   // ctor & dtor
     // will store data in HKLM\appName and HKCU\appName
-  wxRegConfig(const wxString& appName = _T(""),
-              const wxString& vendorName = _T(""),
-              const wxString& localFilename = _T(""),
-              const wxString& globalFilename = _T(""),
+  wxRegConfig(const wxString& appName = wxEmptyString,
+              const wxString& vendorName = wxEmptyString,
+              const wxString& localFilename = wxEmptyString,
+              const wxString& globalFilename = wxEmptyString,
               long style = 0);
 
     // dtor will save unsaved data