X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/954cc8d2f2b4c8395bdd2ffb107900d5e5f17a07..08a15c0d899daad0ff8cc2ed4c06ff78b8ec3cc3:/samples/html/test/test.cpp diff --git a/samples/html/test/test.cpp b/samples/html/test/test.cpp index b9430b0c67..4519cfe898 100644 --- a/samples/html/test/test.cpp +++ b/samples/html/test/test.cpp @@ -18,7 +18,7 @@ // for all others, include the necessary headers (this file is usually all you // need because it includes almost all "standard" wxWindows headers #ifndef WX_PRECOMP - #include + #include "wx/wx.h" #endif #include "wx/image.h" @@ -131,7 +131,6 @@ class BoldProcessor : public wxHtmlProcessor // `Main program' equivalent: the program execution "starts" here bool MyApp::OnInit() { - wxLog::AddTraceMask(wxT("strconv")); #if wxUSE_SYSTEM_OPTIONS wxSystemOptions::SetOption(wxT("no-maskblt"), 1); #endif