Skip to content

Commit

Permalink
fix template generator
Browse files Browse the repository at this point in the history
  • Loading branch information
sicusa committed Oct 24, 2023
1 parent d03e4d6 commit 9cba026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sia.CodeGenerators/SiaTemplateGenerator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ private static void GenerateSource(IndentedTextWriter source, CodeGenerationInfo
index++;
}

source.Write(") : IConstructable<");
source.Write(") : global::Sia.IConstructable<");
source.Write(templateType.Identifier.ToString());
WriteTypeParameters(source, templateType);
source.WriteLine(">");
Expand Down

0 comments on commit 9cba026

Please sign in to comment.