From 89734c0b090e8f9b4b93eacf8d666a3400124127 Mon Sep 17 00:00:00 2001 From: bolero-MURAKAMI Date: Mon, 14 Apr 2014 15:56:18 +0900 Subject: [PATCH] fix include-quard --- sprout/bit/isols0b.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sprout/bit/isols0b.hpp b/sprout/bit/isols0b.hpp index 01699c58..1ddd5985 100644 --- a/sprout/bit/isols0b.hpp +++ b/sprout/bit/isols0b.hpp @@ -6,7 +6,7 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) =============================================================================*/ #ifndef SPROUT_BIT_ISOLS0B_HPP -#define SPROUT_BIT_RSTLS0B_HPP +#define SPROUT_BIT_ISOLS0B_HPP #include #include @@ -25,4 +25,4 @@ namespace sprout { } } // namespace sprout -#endif // #ifndef SPROUT_BIT_RSTLS0B_HPP +#endif // #ifndef SPROUT_BIT_ISOLS0B_HPP