From 577faedb653d3a4b3000ece66eb58b5080475a70 Mon Sep 17 00:00:00 2001 From: Ian McInerney Date: Sat, 28 Dec 2019 13:04:07 +0000 Subject: [PATCH] Fix docs for wxDEPRECATED_MSG macro Add the missing macro definition. Closes https://github.com/wxWidgets/wxWidgets/pull/1689 --- interface/wx/defs.h | 1 + 1 file changed, 1 insertion(+) diff --git a/interface/wx/defs.h b/interface/wx/defs.h index 3a07a81dab..4d88c51dc0 100644 --- a/interface/wx/defs.h +++ b/interface/wx/defs.h @@ -1623,6 +1623,7 @@ template wxDELETEA(T*& array); @header{wx/defs.h} */ +#define wxDEPRECATED_MSG(msg) /** This macro can be used around a function declaration to generate warnings