Parcourir la source

* Patch from Graeme Geldenhuys to avoid compiler warning

git-svn-id: trunk@30309 -
michael il y a 10 ans
Parent
commit
0faf7d4435
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      packages/fcl-fpcunit/src/consoletestrunner.pas

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

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