]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/matrix.h
add an assert indicating that old code overriding OnExecute() must be updated with 2.9
[wxWidgets.git] / include / wx / matrix.h
index 465846e8d9ffae9d1a7effe17abb11c8c7538b96..da6c5da78f05d055d157970f2c693b8cc06a0bef 100644 (file)
@@ -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);