X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/aa51b2e1534a4c99f0eb238e08c08d05350386a4..1540e053dd87095c23c1d9a42db4f395621af240:/samples/typetest/typetest.h diff --git a/samples/typetest/typetest.h b/samples/typetest/typetest.h index 51e3578197..90c4e153bb 100644 --- a/samples/typetest/typetest.h +++ b/samples/typetest/typetest.h @@ -32,6 +32,8 @@ public: void DoStreamDemo(wxCommandEvent& event); void DoStreamDemo2(wxCommandEvent& event); void DoStreamDemo3(wxCommandEvent& event); + void DoStreamDemo4(wxCommandEvent& event); + void DoStreamDemo5(wxCommandEvent& event); #if wxUSE_UNICODE void DoUnicodeDemo(wxCommandEvent& event); #endif @@ -78,6 +80,8 @@ enum TYPES_STREAM, TYPES_STREAM2, TYPES_STREAM3, + TYPES_STREAM4, + TYPES_STREAM5, TYPES_MIME };