aboutsummaryrefslogtreecommitdiffstats
path: root/src/util/StringAPI.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2015-09-01 21:12:16 +0200
committerMax Kellermann <max@duempel.org>2015-09-01 21:12:16 +0200
commit0bacbcd04e1dfd74c4271c17cc1401c3493d19f4 (patch)
tree9ab762c0215e8650c8af409a8eeb798eeb24c30d /src/util/StringAPI.hxx
parentffe689363f1350e86255ee8c03585a2a744a8819 (diff)
downloadmpd-0bacbcd04e1dfd74c4271c17cc1401c3493d19f4.tar.gz
mpd-0bacbcd04e1dfd74c4271c17cc1401c3493d19f4.tar.xz
mpd-0bacbcd04e1dfd74c4271c17cc1401c3493d19f4.zip
util/StringAPI: fix include guard name
Diffstat (limited to 'src/util/StringAPI.hxx')
-rw-r--r--src/util/StringAPI.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/StringAPI.hxx b/src/util/StringAPI.hxx
index 203bd675a..334e9dee7 100644
--- a/src/util/StringAPI.hxx
+++ b/src/util/StringAPI.hxx
@@ -27,8 +27,8 @@
* OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef STRING_API_HPP
-#define STRING_API_HPP
+#ifndef STRING_API_HXX
+#define STRING_API_HXX
#include "Compiler.h"