Skip to content

Commit 972f161

Browse files
committed
[SharpGen] Add fundamental type "bool"
1 parent 3ce4d84 commit 972f161

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Source/Tools/SharpGen/Parser/CppParser.cs

+1
Original file line numberDiff line numberDiff line change
@@ -1433,6 +1433,7 @@ private static string ConvertFundamentalType(string typeName)
14331433
case "short":
14341434
shortCount++;
14351435
break;
1436+
case "bool":
14361437
case "void":
14371438
case "char":
14381439
case "double":

0 commit comments

Comments
 (0)