diff options
-rw-r--r-- | backends/telepathy/lib/tpf-logger.vala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/telepathy/lib/tpf-logger.vala b/backends/telepathy/lib/tpf-logger.vala index 11fa748..389c4c6 100644 --- a/backends/telepathy/lib/tpf-logger.vala +++ b/backends/telepathy/lib/tpf-logger.vala @@ -30,7 +30,7 @@ private struct AccountFavourites } [DBus (name = "org.freedesktop.Telepathy.Logger.DRAFT")] -private interface LoggerIface : DBus.Object +private interface LoggerIface : Object { public abstract async AccountFavourites[] get_favourite_contacts () throws DBus.Error; |