diff options
author | arseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640> | 2009-03-04 22:11:06 +0000 |
---|---|---|
committer | arseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640> | 2009-03-04 22:11:06 +0000 |
commit | 9e3d8be0d082b20a9ed3b80eec0e841245594367 (patch) | |
tree | fe260721ae9299f67edaeedfaaa0077b5a6fadaa /src | |
parent | e5bd53e319e8c5319fce593e6eaf2484be91957f (diff) |
Fixed compilation warning for gcc-4.3
git-svn-id: http://pugixml.googlecode.com/svn/trunk@119 99668b35-9821-0410-8761-19e4c4f06640
Diffstat (limited to 'src')
-rw-r--r-- | src/pugixml.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 <new>
#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
|