]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/include/wx/mmedia/cdbase.h
added i18n support to the compiler
[wxWidgets.git] / contrib / include / wx / mmedia / cdbase.h
index f262304405bc09c311d6115fbebe6ef440fdb359..8b86d89236e81cff5fd6eaef160c87e9f6866233 100644 (file)
@@ -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;