X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3922ecc98e00774e7c4d3b2ab122d3bdcc246393..bedaf53eaf4e2a860b34d4ff5e0b1928ce8fa5c9:/include/wx/msw/ole/dataform.h?ds=inline diff --git a/include/wx/msw/ole/dataform.h b/include/wx/msw/ole/dataform.h index f071c37461..f66e2923c5 100644 --- a/include/wx/msw/ole/dataform.h +++ b/include/wx/msw/ole/dataform.h @@ -19,7 +19,7 @@ class WXDLLEXPORT wxDataFormat { public: - // the clipboard formats under Win32 are WORDs + // the clipboard formats under Win32 are WORD's typedef unsigned short NativeFormat; wxDataFormat(NativeFormat format = wxDF_INVALID) { m_format = format; }