]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/wave.h
added wxFont::IsFixedWidth(), documented it and implemented for wxGTK/Motif
[wxWidgets.git] / include / wx / mac / wave.h
index e4934dedf802d0b4a91d755de568ce947f20a926..4dee42630097771740c973cd2e38f6024f572837 100644 (file)
@@ -35,10 +35,10 @@ protected:
   bool  Free();
 
 private:
-  SndChannelPtr m_sndChan;
+  void* m_sndChan;
        
   wxString m_sndname;
-  SndListHandle m_hSnd;
+  void* m_hSnd;
   int   m_waveLength;
   bool  m_isResource;
 };