diff options
Diffstat (limited to 'client/src/ui/notifications.vala')
-rw-r--r-- | client/src/ui/notifications.vala | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/ui/notifications.vala b/client/src/ui/notifications.vala index 46bc6bf5..17636995 100644 --- a/client/src/ui/notifications.vala +++ b/client/src/ui/notifications.vala @@ -2,6 +2,7 @@ using Dino.Entities; using Xmpp; namespace Dino.Ui { + public class Notifications : GLib.Object { private StreamInteractor stream_interactor; @@ -52,4 +53,5 @@ public class Notifications : GLib.Object { } catch (Error error) { } } } + }
\ No newline at end of file |