mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-19 17:25:17 +03:00
14 lines
484 B
Diff
14 lines
484 B
Diff
diff --git a/include/wx/matrix.h b/include/wx/matrix.h
|
|
index 3b3225d..e77fb1a 100644
|
|
--- a/include/wx/matrix.h
|
|
+++ b/include/wx/matrix.h
|
|
@@ -37,8 +37,8 @@
|
|
// 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
|
|
wxDEPRECATED_EXPORT_CORE("use wxAffineMatrix2D instead")
|
|
+class
|
|
wxTransformMatrix: public wxObject
|
|
{
|
|
public:
|