summaryrefslogtreecommitdiff
path: root/CommandLineWrapper/WorkspaceCommandGenerator/Program.cs
diff options
context:
space:
mode:
Diffstat (limited to 'CommandLineWrapper/WorkspaceCommandGenerator/Program.cs')
-rw-r--r--CommandLineWrapper/WorkspaceCommandGenerator/Program.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/CommandLineWrapper/WorkspaceCommandGenerator/Program.cs b/CommandLineWrapper/WorkspaceCommandGenerator/Program.cs
index e0bf373..1840066 100644
--- a/CommandLineWrapper/WorkspaceCommandGenerator/Program.cs
+++ b/CommandLineWrapper/WorkspaceCommandGenerator/Program.cs
@@ -1,7 +1,7 @@
using System.Text;
using System.Text.RegularExpressions;
-namespace CommandLineWrapper.CodeGenerator
+namespace CommandLineWrapper.WorkspaceCommandGenerator
{
class Program
{
@@ -114,7 +114,7 @@ namespace CommandLineWrapper.CodeGenerator
var sb = new StringBuilder();
// Add using statements and namespace
- sb.AppendLine("using static JVCSCommandInvoker;");
+ sb.AppendLine("using static CommandLineWrapper.JVCSCommandInvoker;");
sb.AppendLine();
sb.AppendLine("namespace CommandLineWrapper");
sb.AppendLine("{");