From 0bacbcd04e1dfd74c4271c17cc1401c3493d19f4 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 1 Sep 2015 21:12:16 +0200 Subject: util/StringAPI: fix include guard name --- src/util/StringAPI.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/util/StringAPI.hxx') 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" -- cgit v1.2.3