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:
@@ -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__)
|
||||
|
Reference in New Issue
Block a user