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:
parent
15cf59a418
commit
f9d55dbb5c
1 changed files with 2 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue