X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f6bcfd974ef26faf6f91a62cac09827e09463fd1..a6d57d0388f29fca011b0e168e926b61be0f465c:/samples/typetest/typetest.h diff --git a/samples/typetest/typetest.h b/samples/typetest/typetest.h index 90c4e153bb..2fa8ab0e0c 100644 --- a/samples/typetest/typetest.h +++ b/samples/typetest/typetest.h @@ -25,7 +25,9 @@ public: bool OnInit(); int OnExit() { delete m_mimeDatabase; return wxApp::OnExit(); } +#if wxUSE_TIMEDATE void DoDateDemo(wxCommandEvent& event); +#endif // wxUSE_TIMEDATE void DoTimeDemo(wxCommandEvent& event); void DoVariantDemo(wxCommandEvent& event); void DoByteOrderDemo(wxCommandEvent& event); @@ -36,7 +38,7 @@ public: void DoStreamDemo5(wxCommandEvent& event); #if wxUSE_UNICODE void DoUnicodeDemo(wxCommandEvent& event); -#endif +#endif // wxUSE_UNICODE void DoMIMEDemo(wxCommandEvent& event); wxTextCtrl* GetTextCtrl() const { return m_textCtrl; }