fix compilation of TestRegConfRead()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54272 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
dd740d86ce
commit
bb573115a9
@ -2083,7 +2083,7 @@ static void TestRegConfWrite()
|
|||||||
|
|
||||||
static void TestRegConfRead()
|
static void TestRegConfRead()
|
||||||
{
|
{
|
||||||
wxConfig *config = new wxConfig(_T("myapp"));
|
wxRegConfig *config = new wxRegConfig(_T("myapp"));
|
||||||
|
|
||||||
wxString str;
|
wxString str;
|
||||||
long dummy;
|
long dummy;
|
||||||
|
Loading…
Reference in New Issue
Block a user