Skip to content

Commit

Permalink
reorder basic types because OCD
Browse files Browse the repository at this point in the history
  • Loading branch information
wbenny committed Jun 29, 2021
1 parent e93893f commit 562ef14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/PDB.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1013,6 +1013,7 @@ BasicTypeMapElement BasicTypeMapStdInt[] = {
{ btNoType, 0, "btNoType", nullptr },
{ btVoid, 0, "btVoid", "void" },
{ btChar, 1, "btChar", "char" },
{ btChar8, 1, "btChar8", "char8_t" },
{ btChar16, 2, "btChar16", "char16_t" },
{ btChar32, 4, "btChar32", "char32_t" },
{ btWChar, 2, "btWChar", "wchar_t" },
Expand Down Expand Up @@ -1040,7 +1041,6 @@ BasicTypeMapElement BasicTypeMapStdInt[] = {
{ btBit, 0, "btBit", nullptr },
{ btBSTR, 0, "btBSTR", "BSTR" },
{ btHresult, 4, "btHresult", "HRESULT" },
{ btChar8, 1, "btChar8", "char8_t" },
{ (BasicType)0, 0, nullptr, nullptr },
};

Expand Down

0 comments on commit 562ef14

Please sign in to comment.