X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3409ae175652cdbebb54bb0ed6d575a5b3b0a64d..8262f9aecb42cefb62a6c574812a2db3dcc33661:/samples/typetest/typetest.h diff --git a/samples/typetest/typetest.h b/samples/typetest/typetest.h index 2fa8ab0e0c..2c60f54424 100644 --- a/samples/typetest/typetest.h +++ b/samples/typetest/typetest.h @@ -36,6 +36,8 @@ public: void DoStreamDemo3(wxCommandEvent& event); void DoStreamDemo4(wxCommandEvent& event); void DoStreamDemo5(wxCommandEvent& event); + void DoStreamDemo6(wxCommandEvent& event); + void DoStreamDemo7(wxCommandEvent& event); #if wxUSE_UNICODE void DoUnicodeDemo(wxCommandEvent& event); #endif // wxUSE_UNICODE @@ -84,6 +86,8 @@ enum TYPES_STREAM3, TYPES_STREAM4, TYPES_STREAM5, + TYPES_STREAM6, + TYPES_STREAM7, TYPES_MIME };