summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel Kryukov <kryukov@frtk.ru>2016-10-18 00:53:00 +0300
committerGitHub <noreply@github.com>2016-10-18 00:53:00 +0300
commitd0b0cc75ad1bc7c0c3226bc57d63095339579cbe (patch)
tree5bdb84eac327f15b879bec3aa1cdba52a5839fe6
parentc7c7349cb7935d8cfcdd241e6d401a89567e89eb (diff)
Fix a comment before PUGIXML_OVERRIDE macro
-rw-r--r--src/pugixml.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pugixml.hpp b/src/pugixml.hpp
index 898dab8..c4d44e6 100644
--- a/src/pugixml.hpp
+++ b/src/pugixml.hpp
@@ -72,7 +72,7 @@
# endif
#endif
-// If no API for functions is defined, assume default
+// If C++ is 2011 or higher, add 'override' qualifiers
#ifndef PUGIXML_OVERRIDE
# if __cplusplus >= 201103
# define PUGIXML_OVERRIDE override