summaryrefslogtreecommitdiffstats
path: root/ingen/Serialiser.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/Serialiser.hpp')
-rw-r--r--ingen/Serialiser.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/ingen/Serialiser.hpp b/ingen/Serialiser.hpp
index 824d96b5..16a7a912 100644
--- a/ingen/Serialiser.hpp
+++ b/ingen/Serialiser.hpp
@@ -20,6 +20,7 @@
#include <stdexcept>
#include <string>
+#include "ingen/Properties.hpp"
#include "ingen/ingen.h"
#include "ingen/types.hpp"
#include "sord/sordmm.hpp"
@@ -75,7 +76,8 @@ public:
*
* @throw std::logic_error
*/
- virtual void serialise(SPtr<const Node> object);
+ virtual void serialise(SPtr<const Node> object,
+ Property::Graph context = Property::Graph::DEFAULT);
/** Serialize an arc.
*