summaryrefslogtreecommitdiffstats
path: root/mono/Error.cs
diff options
context:
space:
mode:
Diffstat (limited to 'mono/Error.cs')
-rw-r--r--mono/Error.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/mono/Error.cs b/mono/Error.cs
index 95c0193b..dab4df1f 100644
--- a/mono/Error.cs
+++ b/mono/Error.cs
@@ -21,9 +21,9 @@ namespace DBus {
dbus_error_free (ref this);
}
- [DllImport (DBus.Internals.Libname, EntryPoint="dbus_error_init")]
+ [DllImport (DBus.Internals.DBusLibname, EntryPoint="dbus_error_init")]
private extern static void dbus_error_init (ref Error error);
- [DllImport (DBus.Internals.Libname, EntryPoint="dbus_error_free")]
+ [DllImport (DBus.Internals.DBusLibname, EntryPoint="dbus_error_free")]
private extern static void dbus_error_free (ref Error error);
}
}