]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/fileconf.cpp
Support for hover effect in header buttons
[wxWidgets.git] / src / common / fileconf.cpp
index 1144fd832773cc2c01327ec714064cc869eaa85d..00ab5bf924d9df1597853b792302d0a2e6f64d8a 100644 (file)
@@ -927,7 +927,7 @@ bool wxFileConfig::DoReadBinary(const wxString& key, wxMemoryBuffer* buf) const
     if ( !Read(key, &str) )
         return false;
 
-    *buf = wxBase64Decode(str.ToAscii());
+    *buf = wxBase64Decode(str);
     return true;
 }