Fixed someone's compile error in regconf.cpp (needed a cast to non-const).
Added nplugin sample HTML files, even if the samples have broken :-( git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@448 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -282,7 +282,7 @@ bool wxRegConfig::Read(wxString *pStr,
|
||||
}
|
||||
|
||||
if(IsRecordingDefaults())
|
||||
Write(szKey,szDefault);
|
||||
((wxRegConfig*)this)->Write(szKey,szDefault);
|
||||
|
||||
// default value
|
||||
*pStr = szDefault;
|
||||
|
Reference in New Issue
Block a user