oops, missing semi colon added

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10948 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2001-07-10 15:18:47 +00:00
parent cc7343106d
commit 085a1f3cd9

View File

@@ -196,7 +196,7 @@ bool WidgetsApp::OnInit()
// this sample side by side and it is useful to see which one is which
wxString title;
#if defined(__WXUNIVERSAL__)
title = _T("wxUniv/")
title = _T("wxUniv/");
#endif
#if defined(__WXMSW__)