- // this only works with standard ids
- void SetType(wxDataFormatId format) { m_format = format; }
- wxDataFormatId GetType() const { return m_format; }
+ // this works with standard as well as custom ids
+ void SetType(NativeFormat format) { m_format = format; }
+ NativeFormat GetType() const { return m_format; }