summaryrefslogtreecommitdiff
path: root/src/components/utils/include/utils/timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/utils/include/utils/timer.h')
-rw-r--r--src/components/utils/include/utils/timer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/utils/include/utils/timer.h b/src/components/utils/include/utils/timer.h
index ab3d48ef6f..e391db992c 100644
--- a/src/components/utils/include/utils/timer.h
+++ b/src/components/utils/include/utils/timer.h
@@ -218,7 +218,7 @@ class Timer {
mutable sync_primitives::Lock state_lock_;
- mutable std::auto_ptr<TimerDelegate> delegate_;
+ mutable std::unique_ptr<TimerDelegate> delegate_;
threads::Thread* thread_;
/**