diff --git a/include/sdbusplus/bus/match.hpp b/include/sdbusplus/bus/match.hpp index 30327128..9eb13a0b 100644 --- a/include/sdbusplus/bus/match.hpp +++ b/include/sdbusplus/bus/match.hpp @@ -202,7 +202,7 @@ inline auto propertiesChangedNamespace(const std::string& p, const std::string& i) { return type::signal() + path_namespace(p) + member("PropertiesChanged"s) + - interface("org.freedesktop.DBus.Properties"s) + argN(0, i); + interface("org.freedesktop.DBus.Properties"s) + arg0namespace(i); } /** * @brief Constructs a NameOwnerChanged match string for a service name