diff options
Diffstat (limited to 'include/vcl/timer.hxx')
-rw-r--r-- | include/vcl/timer.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/vcl/timer.hxx b/include/vcl/timer.hxx index d671919f5687..c5849a23cf8b 100644 --- a/include/vcl/timer.hxx +++ b/include/vcl/timer.hxx @@ -34,6 +34,9 @@ protected: virtual bool ReadyForSchedule( bool bTimer ) SAL_OVERRIDE; virtual sal_uInt64 UpdateMinPeriod( sal_uInt64 nMinPeriod, sal_uInt64 nTime ) SAL_OVERRIDE; +private: + void InitSystemTimer(); + public: Timer(); Timer( const Timer& rTimer ); |