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