summaryrefslogtreecommitdiffstats
path: root/include/ingen/TurtleWriter.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/ingen/TurtleWriter.hpp')
-rw-r--r--include/ingen/TurtleWriter.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/ingen/TurtleWriter.hpp b/include/ingen/TurtleWriter.hpp
index d9aa13d3..780d9f7b 100644
--- a/include/ingen/TurtleWriter.hpp
+++ b/include/ingen/TurtleWriter.hpp
@@ -57,13 +57,13 @@ protected:
URIMap& _map;
Sratom* _sratom;
SerdNode _base;
- SerdURI _base_uri;
+ SerdURI _base_uri{SERD_URI_NULL};
SerdEnv* _env;
SerdWriter* _writer;
URI _uri;
- bool _wrote_prefixes;
+ bool _wrote_prefixes{false};
};
-} // namespace ingen
+} // namespace ingen
-#endif // INGEN_TURTLEWRITER_HPP
+#endif // INGEN_TURTLEWRITER_HPP