Skip to content

Commit 091e286

Browse files
committed
fix SiaPropertyGenerator
1 parent 9a1c538 commit 091e286

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sia.CodeGenerators/SiaPropertyGenerator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ public static void GenerateSetCommand(
132132
source.Write(valueType);
133133
source.Write(" Value) : global::Sia.IReconstructableCommand<");
134134
source.Write(commandName);
135-
source.WriteLine(">, IParallelCommand");
135+
source.WriteLine(">, global::Sia.IParallelCommand");
136136
source.WriteLine("{");
137137
source.Indent++;
138138

0 commit comments

Comments
 (0)