summaryrefslogtreecommitdiffstats
path: root/raul
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-04-11 03:43:58 +0000
committerDavid Robillard <d@drobilla.net>2007-04-11 03:43:58 +0000
commit6a5d5a24eba65b275e099c5da7c830a09e39fcf8 (patch)
treefac80a5c3b3fb24c101dc837019dd74cf9e87602 /raul
parent15499616e93c99ed9836461e0ef4b1b76ad8933d (diff)
downloadraul-6a5d5a24eba65b275e099c5da7c830a09e39fcf8.tar.gz
raul-6a5d5a24eba65b275e099c5da7c830a09e39fcf8.tar.bz2
raul-6a5d5a24eba65b275e099c5da7c830a09e39fcf8.zip
Print out failed queries, for debugging.
git-svn-id: http://svn.drobilla.net/lad/raul@436 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'raul')
-rw-r--r--raul/RDFWriter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/raul/RDFWriter.h b/raul/RDFWriter.h
index 1cbccaa..81bd230 100644
--- a/raul/RDFWriter.h
+++ b/raul/RDFWriter.h
@@ -37,7 +37,7 @@ public:
Type type() const { return _type; }
const std::string& to_string() const { return _string; }
- operator bool() { return (_type != NULL_ID); }
+ operator bool() const { return (_type != NULL_ID); }
private:
Type _type;