mirror of https://github.com/mono/CppSharp.git
Browse Source
As enum PrimitiveType is supposed to represent C++ types, having Int16 and UInt16 there is not correct. This patch renames those values to Short and UShort. This doesn't change the behavior, but makes it clearer that the types for 'short' and 'unsigned short' are not necessarily 16 bits. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@iki.fi>pull/252/head
11 changed files with 29 additions and 29 deletions
Loading…
Reference in new issue