op-packages/wxbase/patches/020-invalid-header-syntax.patch
github-actions[bot] 32600acc60 🌴 Sync 2026-03-05 23:51:42
2026-03-05 23:51:42 +08:00

13 lines
399 B
Diff

--- 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: