diff options
Diffstat (limited to 'project2/xml/sessionXml.h')
-rw-r--r-- | project2/xml/sessionXml.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project2/xml/sessionXml.h b/project2/xml/sessionXml.h index 0ce502a..98123f6 100644 --- a/project2/xml/sessionXml.h +++ b/project2/xml/sessionXml.h @@ -11,7 +11,7 @@ class SessionContainerXml : public SessionContainer { void SaveSession(SessionPtr) const; protected: - SessionPtr getSession(const UUID & sid) const; + SessionPtr getSession(const boost::uuids::uuid & sid) const; private: // Configurables |