wrapping private types properly in UTI

This commit is contained in:
Stefan Csomor
2020-11-29 20:42:26 +01:00
parent bdc18f68b6
commit 14fb1c5fe1
2 changed files with 20 additions and 3 deletions

View File

@@ -72,6 +72,7 @@ private:
void ClearNativeFormat();
wxDataFormatId m_type;
wxString m_id;
wxCFStringRef m_format;
};