]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/wave.h
signned/unsigned fix
[wxWidgets.git] / include / wx / mac / wave.h
index 0f30137a644d0068b2f1ca06bc68db790161d1fe..6f9f959b81542281100d8630a444daa11ab30591 100644 (file)
@@ -33,7 +33,8 @@ public:
   bool  Play(bool async = TRUE, bool looped = FALSE) const;
 
 protected:
-  bool  Free();
+  // prevent collision with some BSD definitions of macro Free()
+  bool  FreeData();
 
 private:
   void* m_sndChan;