* timer property in driver is protected

git-svn-id: trunk@13012 -
This commit is contained in:
michael 2009-04-14 15:22:30 +00:00
parent e633349d21
commit 284f689c5d

View File

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