Skip to content

Commit 3c89304

Browse files
committed
Fixed compile error
1 parent 70f8f60 commit 3c89304

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Generator/Generators/CSharp/CSharpSources.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2485,7 +2485,7 @@ private void GenerateNativeConstructor(Class @class)
24852485
internal static{(@new ? " new" : string.Empty)} {printedClass} __GetInstance({TypePrinter.IntPtrType} native)
24862486
{{
24872487
if (singletonInstance != null)
2488-
return singletonInstance
2488+
return singletonInstance;
24892489
if (!{Helpers.TryGetNativeToManagedMappingIdentifier}(native, out var managed))
24902490
throw new global::System.Exception(""No managed instance was found"");
24912491
var result = ({printedClass})managed;

0 commit comments

Comments
 (0)