From 6a5d5a24eba65b275e099c5da7c830a09e39fcf8 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 11 Apr 2007 03:43:58 +0000 Subject: Print out failed queries, for debugging. git-svn-id: http://svn.drobilla.net/lad/raul@436 a436a847-0d15-0410-975c-d299462d15a1 --- raul/RDFWriter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'raul/RDFWriter.h') 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; -- cgit v1.2.1