summaryrefslogtreecommitdiff
path: root/src/appMain/life_cycle.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/appMain/life_cycle.h')
-rw-r--r--src/appMain/life_cycle.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/appMain/life_cycle.h b/src/appMain/life_cycle.h
index 3fbdbb7ab3..83651451e8 100644
--- a/src/appMain/life_cycle.h
+++ b/src/appMain/life_cycle.h
@@ -74,7 +74,7 @@ class SecurityManagerImpl;
namespace main_namespace {
class LifeCycle {
public:
- LifeCycle(profile::Profile& profile);
+ LifeCycle(const profile::Profile& profile);
bool StartComponents();
/**
@@ -120,7 +120,7 @@ class LifeCycle {
#endif // MESSAGEBROKER_HMIADAPTER
- profile::Profile& profile_;
+ const profile::Profile& profile_;
DISALLOW_COPY_AND_ASSIGN(LifeCycle);
};
} // namespace main_namespace