From c20b2cddc5089563898b885e357358fcd1d4a61c Mon Sep 17 00:00:00 2001 From: "Andres G. Aragoneses" Date: Wed, 15 Apr 2020 18:22:53 +0800 Subject: [PATCH] Generator: fix regression caused by a typo It was introduced in here: 012207251bc96a5bd646781d866c933e45f7bdfe --- src/TeleSharp.Generator/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TeleSharp.Generator/Program.cs b/src/TeleSharp.Generator/Program.cs index cfb839a..426566a 100644 --- a/src/TeleSharp.Generator/Program.cs +++ b/src/TeleSharp.Generator/Program.cs @@ -14,7 +14,7 @@ namespace TeleSharp.Generator static List classesList = new List(); static string constructorAbsTemplate = "ConstructorAbs.tmp"; - static string constructorTemplate = "ConstructorAbs.tmp"; + static string constructorTemplate = "Constructor.tmp"; static string methodTemplate = "Method.tmp"; static List templateFiles = new List (new [] {