mirror of
https://github.com/sochix/TLSharp.git
synced 2026-05-07 13:37:50 +00:00
Generator: fix regression caused by a typo
It was introduced in here: 012207251b
This commit is contained in:
parent
313739eb2f
commit
c20b2cddc5
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue