X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/47b378bd88260611387af8604a1c8f62355350ab..7f1b6179cd5d14910f5e838109f123cc027b40dd:/include/wx/matrix.h?ds=inline

diff --git a/include/wx/matrix.h b/include/wx/matrix.h
index 465846e8d9..da6c5da78f 100644
--- a/include/wx/matrix.h
+++ b/include/wx/matrix.h
@@ -32,7 +32,7 @@
 //  at a certain coordinate and angle within another parent picture.
 //  At all times m_isIdentity is set if the matrix itself is an Identity matrix.
 //  It is used where possible to optimize calculations.
-class WXDLLEXPORT wxTransformMatrix: public wxObject
+class WXDLLIMPEXP_CORE wxTransformMatrix: public wxObject
 {
 public:
     wxTransformMatrix(void);