diff options
Diffstat (limited to 'sc/inc/refreshtimerprotector.hxx')
-rw-r--r-- | sc/inc/refreshtimerprotector.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/refreshtimerprotector.hxx b/sc/inc/refreshtimerprotector.hxx index 3ca5568411a7..743643a48b28 100644 --- a/sc/inc/refreshtimerprotector.hxx +++ b/sc/inc/refreshtimerprotector.hxx @@ -17,10 +17,10 @@ class ScRefreshTimerControl; class SC_DLLPUBLIC ScRefreshTimerProtector { - ScRefreshTimerControl * const * ppControl; + ScRefreshTimerControl * const & m_rpControl; public: - ScRefreshTimerProtector( ScRefreshTimerControl * const * pp ); + ScRefreshTimerProtector( ScRefreshTimerControl * const & rp ); ~ScRefreshTimerProtector(); }; |