aboutsummaryrefslogtreecommitdiff
path: root/include/datetime/exporter.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/datetime/exporter.h')
-rw-r--r--include/datetime/exporter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/datetime/exporter.h b/include/datetime/exporter.h
index a32b941..c228cc1 100644
--- a/include/datetime/exporter.h
+++ b/include/datetime/exporter.h
@@ -45,8 +45,8 @@ public:
core::Signal<> name_lost;
- void publish(std::shared_ptr<Actions>& actions,
- std::vector<std::shared_ptr<Menu>>& menus);
+ void publish(const std::shared_ptr<Actions>& actions,
+ const std::vector<std::shared_ptr<Menu>>& menus);
private:
static void on_bus_acquired(GDBusConnection*, const gchar *name, gpointer gthis);