You've already forked lazarus-ccr
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:
@ -160,7 +160,7 @@ type
|
||||
procedure SetPropertyOptions(
|
||||
const APropName : string;
|
||||
const AOptions : TTypeRegistryItemOptions
|
||||
); virtual;
|
||||
); override;
|
||||
function GetSerializer() : TSimpleContentObjectSerializer;{$IFDEF USE_INLINE}inline;{$ENDIF}
|
||||
end;
|
||||
|
||||
|
Reference in New Issue
Block a user