summaryrefslogtreecommitdiffstats
path: root/mono/DBusType/Int64.cs
diff options
context:
space:
mode:
Diffstat (limited to 'mono/DBusType/Int64.cs')
-rw-r--r--mono/DBusType/Int64.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/mono/DBusType/Int64.cs b/mono/DBusType/Int64.cs
index 0905af74..1cc79c7c 100644
--- a/mono/DBusType/Int64.cs
+++ b/mono/DBusType/Int64.cs
@@ -18,12 +18,12 @@ namespace DBus.DBusType
{
}
- public Int64(System.Int64 val)
+ public Int64(System.Int64 val, Service service)
{
this.val = val;
}
- public Int64(IntPtr iter)
+ public Int64(IntPtr iter, Service service)
{
this.val = dbus_message_iter_get_int64(iter);
}