mirror of
https://github.com/sochix/TLSharp.git
synced 2025-12-06 08:02:00 +01:00
Generator: fix regression caused by a typo
It was introduced in here: 012207251b
This commit is contained in:
parent
313739eb2f
commit
c20b2cddc5
|
|
@ -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 [] {
|
||||
|
|
|
|||
Loading…
Reference in a new issue