]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/metafile.h
made strings used in wxIPC methods const as a temporary compilation fix (they will...
[wxWidgets.git] / include / wx / msw / metafile.h
index c37eefa6820920fe25b2b1c63203cb755b2bbe2b..0ef7398f882152938ee7fb6ea581337aa748c462 100644 (file)
 // Metafile and metafile device context classes
 // ----------------------------------------------------------------------------
 
-class WXDLLEXPORT wxMetafile;
+class WXDLLIMPEXP_FWD_CORE wxMetafile;
 
 class WXDLLEXPORT wxMetafileRefData: public wxGDIRefData
 {
-    friend class WXDLLEXPORT wxMetafile;
+    friend class WXDLLIMPEXP_FWD_CORE wxMetafile;
 public:
     wxMetafileRefData();
     virtual ~wxMetafileRefData();