From 9e3d8be0d082b20a9ed3b80eec0e841245594367 Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Wed, 4 Mar 2009 22:11:06 +0000 Subject: Fixed compilation warning for gcc-4.3 git-svn-id: http://pugixml.googlecode.com/svn/trunk@119 99668b35-9821-0410-8761-19e4c4f06640 --- src/pugixml.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pugixml.cpp') diff --git a/src/pugixml.cpp b/src/pugixml.cpp index a7146a1..29abdcd 100644 --- a/src/pugixml.cpp +++ b/src/pugixml.cpp @@ -22,7 +22,7 @@ #include #if !defined(PUGIXML_NO_XPATH) && defined(PUGIXML_NO_EXCEPTIONS) -#error No exception mode can't be used with XPath support +#error No exception mode can not be used with XPath support #endif #ifndef PUGIXML_NO_STL -- cgit v1.2.3