aboutsummaryrefslogtreecommitdiff
path: root/include/datetime/actions.h
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2014-01-16 21:23:57 -0600
committerCharles Kerr <charles.kerr@canonical.com>2014-01-16 21:23:57 -0600
commit2e9d3bb48946ccebf49cff64ab5de67e5714e1e3 (patch)
treeaa8fc3b514a49b58dc797a2083af5f6417adf0f5 /include/datetime/actions.h
parent6f2e235e660094f6ec27a0a099428ac3fe852ff7 (diff)
downloadayatana-indicator-datetime-2e9d3bb48946ccebf49cff64ab5de67e5714e1e3.tar.gz
ayatana-indicator-datetime-2e9d3bb48946ccebf49cff64ab5de67e5714e1e3.tar.bz2
ayatana-indicator-datetime-2e9d3bb48946ccebf49cff64ab5de67e5714e1e3.zip
get timezone, clock tests running again with Settings & State
Diffstat (limited to 'include/datetime/actions.h')
-rw-r--r--include/datetime/actions.h2
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: