Prechádzať zdrojové kódy

* Patch from Graeme Geldenhuys to avoid compiler warning

git-svn-id: trunk@30309 -
michael 10 rokov pred
rodič
commit
0faf7d4435

+ 1 - 0
packages/fcl-fpcunit/src/consoletestrunner.pas

@@ -280,6 +280,7 @@ Type
   { TDecoratorTestSuite }
   { TDecoratorTestSuite }
 
 
   TDecoratorTestSuite = Class(TTestSuite)
   TDecoratorTestSuite = Class(TTestSuite)
+  public
     Procedure  FreeDecorators(T : TTest);
     Procedure  FreeDecorators(T : TTest);
     Destructor Destroy; override;
     Destructor Destroy; override;
   end;
   end;