We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a1c538 commit 091e286Copy full SHA for 091e286
1 file changed
Sia.CodeGenerators/SiaPropertyGenerator.cs
@@ -132,7 +132,7 @@ public static void GenerateSetCommand(
132
source.Write(valueType);
133
source.Write(" Value) : global::Sia.IReconstructableCommand<");
134
source.Write(commandName);
135
- source.WriteLine(">, IParallelCommand");
+ source.WriteLine(">, global::Sia.IParallelCommand");
136
source.WriteLine("{");
137
source.Indent++;
138
0 commit comments