aboutsummaryrefslogtreecommitdiffstats
path: root/src/messaging/serviceInfos.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/messaging/serviceInfos.cpp')
-rw-r--r--src/messaging/serviceInfos.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/messaging/serviceInfos.cpp b/src/messaging/serviceInfos.cpp
index 685ccf3e..a8359fd0 100644
--- a/src/messaging/serviceInfos.cpp
+++ b/src/messaging/serviceInfos.cpp
@@ -71,7 +71,7 @@ serviceInfos::~serviceInfos()
}
-const bool serviceInfos::hasProperty(session* s, const property& p) const
+const bool serviceInfos::hasProperty(ref <session> s, const property& p) const
{
return s->getProperties().hasProperty(getPropertyPrefix() + p.getName());
}