diff options
Diffstat (limited to 'src/exporter.cpp')
-rw-r--r-- | src/exporter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exporter.cpp b/src/exporter.cpp index 305adfb..ea514c0 100644 --- a/src/exporter.cpp +++ b/src/exporter.cpp @@ -162,7 +162,7 @@ private: void on_bus_acquired(GDBusConnection* bus, const gchar* /*name*/) { - m_bus = static_cast<GDBusConnection*>(g_object_ref(G_OBJECT(bus))); + m_bus = static_cast<GDBusConnection*>(g_object_ref(bus)); // export the alarm properties GError * error = nullptr; |