]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/html/test/test.cpp
compilation fix
[wxWidgets.git] / samples / html / test / test.cpp
index 8b09f06aaa746119cf4fc6ce7f7dd4904bcf85d2..4ae0d33acd6af409354b6fc4a659666b87e3cb55 100644 (file)
@@ -129,6 +129,8 @@ class BoldProcessor : public wxHtmlProcessor
    // `Main program' equivalent: the program execution "starts" here
    bool MyApp::OnInit()
    {
+     wxLog::AddTraceMask(wxT("strconv"));
+   
      wxInitAllImageHandlers();
      #if wxUSE_FS_INET && wxUSE_STREAMS && wxUSE_SOCKETS
      wxFileSystem::AddHandler(new wxInternetFSHandler);