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