summaryrefslogtreecommitdiff
path: root/include/svtools/filechangedchecker.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/filechangedchecker.hxx')
-rw-r--r--include/svtools/filechangedchecker.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/filechangedchecker.hxx b/include/svtools/filechangedchecker.hxx
index ec8d8a41fdac..a1c2fcb38eaa 100644
--- a/include/svtools/filechangedchecker.hxx
+++ b/include/svtools/filechangedchecker.hxx
@@ -28,7 +28,7 @@ class Timer;
class SVT_DLLPUBLIC FileChangedChecker
{
private:
- Idle mIdle;
+ Timer mTimer;
OUString const mFileName;
TimeValue mLastModTime;
::std::function<void ()> const mpCallback;