]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/registry.cpp
include wx/defs.h to get wxUSE_FFILE
[wxWidgets.git] / src / msw / registry.cpp
index 34e7c891a51efc34d8acec68f80f7ce97b581c76..ca0f62ace8f3530bf512b012e3ee5a83b07f31c3 100644 (file)
@@ -930,7 +930,7 @@ bool wxRegKey::SetValue(const wxChar *szValue, const wxString& strValue)
   return FALSE;
 }
 
-wxRegKey::operator wxString() const
+wxString wxRegKey::QueryDefaultValue() const
 {
   wxString str;
   QueryValue(NULL, str);