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