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