diff options
Diffstat (limited to 'include/datetime/actions.h')
-rw-r--r-- | include/datetime/actions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/datetime/actions.h b/include/datetime/actions.h index ed45c3c..a4c6017 100644 --- a/include/datetime/actions.h +++ b/include/datetime/actions.h @@ -51,7 +51,7 @@ public: std::shared_ptr<State> state() { return m_state; } protected: - Actions(std::shared_ptr<State>& state); + Actions(const std::shared_ptr<State>& state); virtual ~Actions(); private: |