Browse Source

* Patch from Graeme Geldenhuys to avoid compiler warning

git-svn-id: trunk@30309 -
michael 10 years ago
parent
commit
0faf7d4435
1 changed files with 1 additions and 0 deletions
  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;