Generator: fix regression caused by a typo

It was introduced in here: 012207251b
This commit is contained in:
Andres G. Aragoneses 2020-04-15 18:22:53 +08:00
parent 313739eb2f
commit c20b2cddc5

View file

@ -14,7 +14,7 @@ namespace TeleSharp.Generator
static List<string> classesList = new List<string>();
static string constructorAbsTemplate = "ConstructorAbs.tmp";
static string constructorTemplate = "ConstructorAbs.tmp";
static string constructorTemplate = "Constructor.tmp";
static string methodTemplate = "Method.tmp";
static List<string> templateFiles = new List<string> (new [] {