summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/user_monitor.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/user_monitor.hpp b/include/user_monitor.hpp
index bd8ed24f31..73f63031cd 100644
--- a/include/user_monitor.hpp
+++ b/include/user_monitor.hpp
@@ -9,7 +9,7 @@
namespace bmcweb
{
-inline void onUserRemoved(sdbusplus::message::message& msg)
+inline void onUserRemoved(sdbusplus::message_t& msg)
{
sdbusplus::message::object_path p;
msg.read(p);