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:
Vadim Zeitlin 2008-06-17 17:12:18 +00:00
parent dd740d86ce
commit bb573115a9

View File

@ -2083,7 +2083,7 @@ static void TestRegConfWrite()
static void TestRegConfRead()
{
wxConfig *config = new wxConfig(_T("myapp"));
wxRegConfig *config = new wxRegConfig(_T("myapp"));
wxString str;
long dummy;