summaryrefslogtreecommitdiffstats
path: root/interface_unified/library/include/system_service/ss_system_timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'interface_unified/library/include/system_service/ss_system_timer.h')
-rw-r--r--interface_unified/library/include/system_service/ss_system_timer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/interface_unified/library/include/system_service/ss_system_timer.h b/interface_unified/library/include/system_service/ss_system_timer.h
index 2a80c7e2..f95d1f9f 100644
--- a/interface_unified/library/include/system_service/ss_system_timer.h
+++ b/interface_unified/library/include/system_service/ss_system_timer.h
@@ -1,5 +1,5 @@
/*
- * @copyright Copyright (c) 2016-2019 TOYOTA MOTOR CORPORATION.
+ * @copyright Copyright (c) 2016-2020 TOYOTA MOTOR CORPORATION.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -663,7 +663,7 @@ class TimerCtrl {
HANDLE m_hApp; ///
UI_32 m_nTimersMax; ///
std::list<UI_32> m_aTimers; ///
- std::map<UI_32, Timer&> m_rTimers; ///
+ std::map<UI_32, Timer*> m_rTimers; ///
};