From: Vadim Zeitlin Date: Thu, 22 Aug 2002 18:12:01 +0000 (+0000) Subject: compilation fix (patch 598331) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/5f3455052cb3a4553774f111e33f2bc047429716 compilation fix (patch 598331) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16686 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/samples/typetest/typetest.cpp b/samples/typetest/typetest.cpp index c214ccb1a9..cc972aea5a 100644 --- a/samples/typetest/typetest.cpp +++ b/samples/typetest/typetest.cpp @@ -96,8 +96,8 @@ bool MyApp::OnInit() wxMenu *test_menu = new wxMenu; #if wxUSE_TIMEDATE test_menu->Append(TYPES_DATE, "&Date test"); -#endif // wxUSE_TIMEDATE test_menu->Append(TYPES_TIME, "&Time test"); +#endif // wxUSE_TIMEDATE test_menu->Append(TYPES_VARIANT, "&Variant test"); test_menu->Append(TYPES_BYTEORDER, "&Byteorder test"); #if wxUSE_UNICODE