Change "virtual" to "override" as it should be.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1157 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
inoussa
2010-02-12 12:08:32 +00:00
parent 1750ddb3a5
commit 57ede0e824

View File

@ -160,7 +160,7 @@ type
procedure SetPropertyOptions(
const APropName : string;
const AOptions : TTypeRegistryItemOptions
); virtual;
); override;
function GetSerializer() : TSimpleContentObjectSerializer;{$IFDEF USE_INLINE}inline;{$ENDIF}
end;