]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/mediactrl.cpp
implemented MSWGetBgBrush/ColourForChild() to propagate themed notebook background...
[wxWidgets.git] / src / mac / carbon / mediactrl.cpp
index b5d21a3b83ad224a36d0c9e087adcc0f39b28754..561bc3efb8a600edf58aad51dba6993d81b229d7 100644 (file)
@@ -68,7 +68,7 @@ Boolean _wxIsQuickTime4Installed (void)
     return (error == noErr) && (((result >> 16) & 0xffff) >= 0x0400);
 }
 
-class wxQTMediaBackend : public wxMediaBackend
+class WXDLLIMPEXP_MEDIA wxQTMediaBackend : public wxMediaBackend
 {
 public: