diff --git a/samples/widgets/widgets.cpp b/samples/widgets/widgets.cpp index d899435866..5e9204a919 100644 --- a/samples/widgets/widgets.cpp +++ b/samples/widgets/widgets.cpp @@ -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__)