1
0
mirror of https://github.com/cybuzuma/aur_opencpn.git synced 2025-05-16 11:40:20 -07:00
aur_opencpn/wx_workaround.patch
2022-09-29 11:10:25 +02:00

12 lines
235 B
Diff

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