Restore wxVectorGridBlockCoords typedef removed in commit 40d3649d2e

The typedef should be kept for compatibility reasons, but with a
deprecation message to use wxGridBlockCoordsVector instead
This commit is contained in:
ali kettab 2022-09-13 20:21:11 +01:00
parent 15cf59a418
commit f9d55dbb5c

View file

@ -19,6 +19,8 @@
#include "wx/vector.h"
wxDEPRECATED_MSG("use wxGridBlockCoordsVector instead")
typedef wxVector<wxGridBlockCoords> wxVectorGridBlockCoords;
// Note: for all eventType arguments of the methods of this class wxEVT_NULL
// may be passed to forbid events generation completely.