* typo fixed

git-svn-id: trunk@2785 -
This commit is contained in:
florian 2006-03-06 10:33:50 +00:00
parent f6ad9bea87
commit 4443ce0d2a

View File

@ -196,7 +196,7 @@ uses
public
{ the next will reset all instructions that can change in pass 2 }
procedure ResetPass1;override;
procedure ResetPass2;overide;
procedure ResetPass2;override;
function CheckIfValid:boolean;
function GetString:string;
function Pass1(objdata:TObjData):longint;override;