m_mode = Write;
// reset old data
- m_strKey.empty();
+ m_strKey.clear();
m_dwLastError = 0;
}
wxFFileOutputStream ostr(filename, wxT("w"));
- return ostr.Ok() && Export(ostr);
+ return ostr.IsOk() && Export(ostr);
#else
wxUnusedVar(filename);
return false;