]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/init.cpp
Set HTML data even in Unicode mode
[wxWidgets.git] / src / common / init.cpp
index aaeec98204efee2bf87b15a2996358d4b423578a..f6cc91b3503328e4d75f2412bb97d574d8fb6ae9 100644 (file)
@@ -70,8 +70,8 @@ public:
 
 // we need a special kind of auto pointer to wxApp which not only deletes the
 // pointer it holds in its dtor but also resets the global application pointer
-wxDECLARE_SCOPED_PTR(wxAppConsole, wxAppPtrBase);
-wxDEFINE_SCOPED_PTR(wxAppConsole, wxAppPtrBase);
+wxDECLARE_SCOPED_PTR(wxAppConsole, wxAppPtrBase)
+wxDEFINE_SCOPED_PTR(wxAppConsole, wxAppPtrBase)
 
 class wxAppPtr : public wxAppPtrBase
 {