diff options
Diffstat (limited to 'dbus/mock_object_proxy.cc')
-rw-r--r-- | dbus/mock_object_proxy.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbus/mock_object_proxy.cc b/dbus/mock_object_proxy.cc index a7186bb..7e26f01 100644 --- a/dbus/mock_object_proxy.cc +++ b/dbus/mock_object_proxy.cc @@ -8,7 +8,7 @@ namespace dbus { MockObjectProxy::MockObjectProxy(Bus* bus, const std::string& service_name, - const std::string& object_path) + const ObjectPath& object_path) : ObjectProxy(bus, service_name, object_path, DEFAULT_OPTIONS) { } |