oops, missing semi colon added
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 10 Jul 2001 15:18:47 +0000 (15:18 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 10 Jul 2001 15:18:47 +0000 (15:18 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10948 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/widgets/widgets.cpp

index d8994358665d9e3d3fb8e43e0ecaa85f639fc414..5e9204a919e9963daa980f31cc017936d8457ae7 100644 (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__)