From 57ede0e82487b8e6219ba85837fa99d3576096c6 Mon Sep 17 00:00:00 2001 From: inoussa Date: Fri, 12 Feb 2010 12:08:32 +0000 Subject: [PATCH] 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 --- wst/trunk/object_serializer.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wst/trunk/object_serializer.pas b/wst/trunk/object_serializer.pas index 6dca666e1..ef8f1227c 100644 --- a/wst/trunk/object_serializer.pas +++ b/wst/trunk/object_serializer.pas @@ -160,7 +160,7 @@ type procedure SetPropertyOptions( const APropName : string; const AOptions : TTypeRegistryItemOptions - ); virtual; + ); override; function GetSerializer() : TSimpleContentObjectSerializer;{$IFDEF USE_INLINE}inline;{$ENDIF} end;