SetEventObject(obj);
}
- wxDEPRECATED(
+ // explicitly specifying inline allows gcc < 3.4 to
+ // handle the deprecation attribute even in the constructor.
+ wxDEPRECATED( inline
wxGridEvent(int id,
wxEventType type,
wxObject* obj,
SetEventObject(obj);
}
- wxDEPRECATED(
+ wxDEPRECATED( inline
wxGridSizeEvent(int id,
wxEventType type,
wxObject* obj,
SetEventObject(obj);
}
- wxDEPRECATED(
+ wxDEPRECATED( inline
wxGridRangeSelectEvent(int id,
wxEventType type,
wxObject* obj,