1
0
mirror of https://github.com/cybuzuma/aur_opencpn.git synced 2025-05-28 10:50:09 -07:00
aur_opencpn/wx_workaround.patch
2022-09-26 22:30:08 +02:00

12 lines
241 B
Diff

diff --git a/include/bbox.h b/include/bbox.h
--- a/include/bbox.h
+++ b/include/bbox.h
@@ -6,6 +6,9 @@
#include "wx/wx.h"
#endif
+#undef wxDEPRECATED_MSG
+#define wxDEPRECATED_MSG(param)
#include "wx/matrix.h"
#include "wx/geometry.h"