aboutsummaryrefslogtreecommitdiffstats
path: root/src/messaging/session.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/messaging/session.hpp')
-rw-r--r--src/messaging/session.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/messaging/session.hpp b/src/messaging/session.hpp
index 43bbe0b1..ad521fc3 100644
--- a/src/messaging/session.hpp
+++ b/src/messaging/session.hpp
@@ -94,11 +94,11 @@ public:
/** Properties for the session and for the services.
*/
- const propertySet& properties() const { return (m_props); }
+ const propertySet& getProperties() const;
/** Properties for the session and for the services.
*/
- propertySet& properties() { return (m_props); }
+ propertySet& getProperties();
private: