Removed OGL prior to re-adding; some Watcom corrections

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6406 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2000-03-03 11:10:51 +00:00
parent 422107f900
commit b14391d1c8
155 changed files with 101 additions and 30504 deletions

View File

@@ -573,7 +573,7 @@ bool wxRegKey::Copy(wxRegKey& keyDst)
wxRegKey key(*this, strKey);
wxString keyName;
keyName << GetFullName(&keyDst) << REG_SEPARATOR << strKey;
ok = key.Copy(keyName);
ok = key.Copy((const char*) keyName);
if ( ok )
bCont = GetNextKey(strKey, lIndex);