Explorar o código

* Fix missing override; patch by Henrique Werlang (issue 38747)

michael %!s(int64=4) %!d(string=hai) anos
pai
achega
58971dc918
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/fcl-db/db.pas

+ 1 - 1
packages/fcl-db/db.pas

@@ -334,7 +334,7 @@ type
     procedure SetText(const AValue: string); virtual;
     procedure SetVarValue(const AValue{%H-}: JSValue); virtual;
     procedure SetAsBytes(const AValue{%H-}: TBytes); virtual;
-    procedure DefineProperties(Filer: TFiler); 
+    procedure DefineProperties(Filer: TFiler);  override;
   public
     constructor Create(AOwner: TComponent); override;
     destructor Destroy; override;