Browse Source

* timer property in driver is protected

git-svn-id: trunk@13012 -
michael 16 years ago
parent
commit
284f689c5d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/fcl-base/src/fptimer.pp

+ 1 - 0
packages/fcl-base/src/fptimer.pp

@@ -69,6 +69,7 @@ type
   end;  
   end;  
 
 
   TFPTimerDriver = Class(TObject)
   TFPTimerDriver = Class(TObject)
+  Protected
     FTimer : TFPCustomTimer;
     FTimer : TFPCustomTimer;
   Public
   Public
     Constructor Create(ATimer : TFPCustomTimer); virtual;
     Constructor Create(ATimer : TFPCustomTimer); virtual;