From ec32d53ba716b3483d0bbfd626e081b41cb313ec Mon Sep 17 00:00:00 2001 From: "John P (Dgby714)" Date: Thu, 23 Dec 2010 08:37:26 -0500 Subject: [PATCH] Simba: TType renamed to TPasScriptType. --- Units/MMLAddon/plugins.pas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Units/MMLAddon/plugins.pas b/Units/MMLAddon/plugins.pas index 8bd851c..05864b5 100644 --- a/Units/MMLAddon/plugins.pas +++ b/Units/MMLAddon/plugins.pas @@ -41,7 +41,7 @@ const cv_Register = 1; //Register type - TType = record + TPasScriptType = record TypeName, TypeDef: string; end; @@ -54,7 +54,7 @@ type TMPlugin = record Methods: array of TMPluginMethod; MethodLen: integer; - Types: array of TType; + Types: array of TPasScriptType; TypesLen: integer; end; TMPluginArray = array of TMPlugin;