diff options
author | Max Kellermann <max@duempel.org> | 2015-09-01 21:12:16 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2015-09-01 21:12:16 +0200 |
commit | 0bacbcd04e1dfd74c4271c17cc1401c3493d19f4 (patch) | |
tree | 9ab762c0215e8650c8af409a8eeb798eeb24c30d /src | |
parent | ffe689363f1350e86255ee8c03585a2a744a8819 (diff) | |
download | mpd-0bacbcd04e1dfd74c4271c17cc1401c3493d19f4.tar.gz mpd-0bacbcd04e1dfd74c4271c17cc1401c3493d19f4.tar.xz mpd-0bacbcd04e1dfd74c4271c17cc1401c3493d19f4.zip |
util/StringAPI: fix include guard name
Diffstat (limited to '')
-rw-r--r-- | src/util/StringAPI.hxx | 4 |
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" |