diff --git a/include/wx/generic/gridsel.h b/include/wx/generic/gridsel.h index 3648bc4069..c7b5aece16 100644 --- a/include/wx/generic/gridsel.h +++ b/include/wx/generic/gridsel.h @@ -19,6 +19,8 @@ #include "wx/vector.h" +wxDEPRECATED_MSG("use wxGridBlockCoordsVector instead") +typedef wxVector wxVectorGridBlockCoords; // Note: for all eventType arguments of the methods of this class wxEVT_NULL // may be passed to forbid events generation completely.