aboutsummaryrefslogtreecommitdiffstats
path: root/serd
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-11-22 01:40:18 +0000
committerDavid Robillard <d@drobilla.net>2014-11-22 01:40:18 +0000
commitda50a4902ee92fafd34c2ea376da07381d3a221d (patch)
tree7a3fdb1163059a76fb17aae9b3fed9b7e3fb7b57 /serd
parent164337b78f11c7fdb5881df6262ea0d02a1cad6f (diff)
downloadserd-da50a4902ee92fafd34c2ea376da07381d3a221d.tar.gz
serd-da50a4902ee92fafd34c2ea376da07381d3a221d.tar.bz2
serd-da50a4902ee92fafd34c2ea376da07381d3a221d.zip
Fix warnings when building with ISO C++ compilers.
git-svn-id: http://svn.drobilla.net/serd/trunk@477 490d8e77-9747-427b-9fa3-0b8f29cee8a0
Diffstat (limited to 'serd')
-rw-r--r--serd/serd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/serd/serd.h b/serd/serd.h
index 635c9928..9f9257ec 100644
--- a/serd/serd.h
+++ b/serd/serd.h
@@ -183,7 +183,7 @@ typedef enum {
@see <a href="http://www.w3.org/TeamSubmission/turtle#nodeID">Turtle
<tt>nodeID</tt></a>
*/
- SERD_BLANK = 4,
+ SERD_BLANK = 4
} SerdType;