summaryrefslogtreecommitdiffstats
path: root/raul/RDFQuery.h
diff options
context:
space:
mode:
Diffstat (limited to 'raul/RDFQuery.h')
-rw-r--r--raul/RDFQuery.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/raul/RDFQuery.h b/raul/RDFQuery.h
index b0709b2..f6a0b06 100644
--- a/raul/RDFQuery.h
+++ b/raul/RDFQuery.h
@@ -39,7 +39,7 @@ public:
// Prepend prefix header
for (Namespaces::const_iterator i = prefixes.begin();
i != prefixes.end(); ++i) {
- _query = "PREFIX ";
+ _query += "PREFIX ";
_query += i->first + ": <" + i->second + ">\n";
}
_query += "\n";