From 2c161be3810436e09261c64b3c2405046fe4124b Mon Sep 17 00:00:00 2001 From: artem3213212 Date: Wed, 21 Mar 2018 09:38:38 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20'Source/RuntimeBuilder.Types.pas'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/RuntimeBuilder.Types.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/RuntimeBuilder.Types.pas b/Source/RuntimeBuilder.Types.pas index 7f8783d..2f75293 100644 --- a/Source/RuntimeBuilder.Types.pas +++ b/Source/RuntimeBuilder.Types.pas @@ -47,7 +47,7 @@ type TRTBCompliter=class abstract public function LoadLib(Name:string):TRTBLib;virtual;abstract; - function GenSrc():TRTBSource;virtual;abstract; + function GenNewSrc():TRTBSource;virtual;abstract; function CompleteFunc(Source:TRTBSource;args:array of const):TRTBFunc;virtual;abstract; function CompleteLib(Source:TRTBSource;args:array of const):TRTBLib;virtual;abstract; end;