Add missing wxDF_PNG to the interface docs

This commit is contained in:
Robin Dunn
2021-01-11 12:27:30 -08:00
parent 8eab460c0d
commit 0df1d81acd

View File

@@ -854,6 +854,7 @@ enum wxDataFormatId
wxDF_LOCALE = 16,
wxDF_PRIVATE = 20,
wxDF_HTML = 30, /* Note: does not correspond to CF_ constant */
wxDF_PNG = 31, /* Note: does not correspond to CF_ constant */
wxDF_MAX
};