aboutsummaryrefslogtreecommitdiffstats
path: root/src/tag/Set.cxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/tag/Set.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tag/Set.cxx b/src/tag/Set.cxx
index 6a55a450f..22d1728ad 100644
--- a/src/tag/Set.cxx
+++ b/src/tag/Set.cxx
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003-2014 The Music Player Daemon Project
+ * Copyright (C) 2003-2015 The Music Player Daemon Project
* http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
@@ -75,7 +75,7 @@ TagSet::InsertUnique(const Tag &src, TagType type, const char *value,
else
builder.AddItem(type, value);
CopyTagMask(builder, src, group_mask);
-#if defined(__clang__) || GCC_CHECK_VERSION(4,8)
+#if CLANG_OR_GCC_VERSION(4,8)
emplace(builder.Commit());
#else
insert(builder.Commit());