aboutsummaryrefslogtreecommitdiffstats
path: root/src/tag/Settings.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2015-08-24 11:19:19 +0200
committerMax Kellermann <max@duempel.org>2015-08-24 11:20:45 +0200
commit2f5106c97f7c3c198650b1b6951b71c5d492aaa7 (patch)
treef50b1e762394b60029bc605705d56da326806fb6 /src/tag/Settings.cxx
parent0c19418e84a4db3f1e5a9ca143d5986a104a5675 (diff)
downloadmpd-2f5106c97f7c3c198650b1b6951b71c5d492aaa7.tar.gz
mpd-2f5106c97f7c3c198650b1b6951b71c5d492aaa7.tar.xz
mpd-2f5106c97f7c3c198650b1b6951b71c5d492aaa7.zip
tag/Settings: convert to C++
Diffstat (limited to 'src/tag/Settings.cxx')
-rw-r--r--src/tag/Settings.cxx22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/tag/Settings.cxx b/src/tag/Settings.cxx
new file mode 100644
index 000000000..83c626db8
--- /dev/null
+++ b/src/tag/Settings.cxx
@@ -0,0 +1,22 @@
+/*
+ * 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
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ */
+
+#include "Settings.hxx"
+
+tag_mask_t global_tag_mask = (tag_mask_t)-1 & ~(1 << TAG_COMMENT);