From 0e1b238faec0980150c202e81b2bf8f63ba2ca8e Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Tue, 25 May 2010 21:40:11 +0000 Subject: tests: Replaced #pragma once with header guards git-svn-id: http://pugixml.googlecode.com/svn/trunk@450 99668b35-9821-0410-8761-19e4c4f06640 --- tests/writer_string.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/writer_string.hpp') diff --git a/tests/writer_string.hpp b/tests/writer_string.hpp index 1004fa0..a862922 100644 --- a/tests/writer_string.hpp +++ b/tests/writer_string.hpp @@ -1,5 +1,5 @@ -#ifndef HEADER_WRITER_STRING_HPP -#define HEADER_WRITER_STRING_HPP +#ifndef HEADER_TEST_WRITER_STRING_HPP +#define HEADER_TEST_WRITER_STRING_HPP #include "../src/pugixml.hpp" -- cgit v1.2.3