]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/include/wx/mmedia/cdbase.h
COmpilation fix.
[wxWidgets.git] / contrib / include / wx / mmedia / cdbase.h
index f262304405bc09c311d6115fbebe6ef440fdb359..d4b9ee3194553d0da90b651243d5cbb46e9ba8c9 100644 (file)
@@ -10,7 +10,7 @@
 #ifndef __CDA_base_H__
 #define __CDA_base_H__
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
 #pragma interface "cdbase.h"
 #endif
 
@@ -27,7 +27,7 @@ class WXDLLEXPORT wxCDAudio : public wxObject {
 public:
   typedef enum { PLAYING, PAUSED, STOPPED } CDstatus;
   // Table of contents manager
-  class CDtoc {
+  class WXDLLEXPORT CDtoc {
   protected:
     wxCDtime *tracks_time, *tracks_pos;
     wxCDtime total_time;