From 857b4ba8eda084c768bb549334f38af9f9653b01 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 22 Mar 2017 14:06:09 +0200 Subject: Use consistent include guard macro names Change-Id: Icc83a9a1257e422aa7593d6a8dd5af25a06a3384 --- include/o3tl/strong_int.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/o3tl/strong_int.hxx') diff --git a/include/o3tl/strong_int.hxx b/include/o3tl/strong_int.hxx index 92706a870b85..690fefa9032a 100644 --- a/include/o3tl/strong_int.hxx +++ b/include/o3tl/strong_int.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_O3TL_STRONG_TYPEDEF_HXX -#define INCLUDED_O3TL_STRONG_TYPEDEF_HXX +#ifndef INCLUDED_O3TL_STRONG_INT_HXX +#define INCLUDED_O3TL_STRONG_INT_HXX #include @@ -69,6 +69,6 @@ strong_int operator+(strong_int const & lhs, strong_int con }; // namespace o3tl -#endif /* INCLUDED_O3TL_STRONG_TYPEDEF_HXX */ +#endif /* INCLUDED_O3TL_STRONG_INT_HXX */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit