Revert "Get rid of unused wxTransformMatrix"

wxTransformMatrix is undocumented but it is appartently
in use so it has to be present in the library.

This reverts commit 3e88df56f5.
This commit is contained in:
Artur Wieczorek
2020-10-07 23:15:10 +02:00
parent 3e88df56f5
commit 365c3a2ae9
17 changed files with 988 additions and 0 deletions

View File

@@ -217,6 +217,7 @@
#include <wx/longlong.h>
#include <wx/lzmastream.h>
#include <wx/math.h>
#include <wx/matrix.h>
#include <wx/mdi.h>
#include <wx/mediactrl.h>
#include <wx/memconf.h>