Skip to content

Commit 852cd8f

Browse files
author
robertDurst
committed
small change
1 parent 74647b2 commit 852cd8f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/transpiler/transpiler.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ Transpiler::builtinTypesTranslator(const std::string& type)
7171
if (type == "own")
7272
return "this";
7373

74+
if (type == "void")
75+
return "";
76+
7477
else
7578
return type;
7679
}

0 commit comments

Comments
 (0)