]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxMMedia2/sample/test_med2.cpp
some changes to make wxHtmlHelpController easier to subclass
[wxWidgets.git] / utils / wxMMedia2 / sample / test_med2.cpp
index 22d240a36fb939fe0e6b894c7b41a390ec934bf1..a6bc06ddaa755dee198a436f43d4ad4e3c744ad3 100644 (file)
@@ -16,7 +16,7 @@ class MyApp: public wxApp {
  bool OnInit() {
    wxSoundStreamOSS *oss_dev = new wxSoundStreamOSS();
    wxFileInputStream *f_input = new wxFileInputStream(argv[1]);
-   wxSoundWave *wav_file = new wxSoundWave(*f_input, *oss_dev);
+   wxSoundFileStream *wav_file = new wxSoundAiff(*f_input, *oss_dev);
    wxFrame *frame = new wxFrame(NULL, -1, "My Frame");
    wxSoundFormatPcm pcm;