diff options
| author | Pavel Kryukov <kryukov@frtk.ru> | 2016-10-18 00:53:00 +0300 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-10-18 00:53:00 +0300 | 
| commit | d0b0cc75ad1bc7c0c3226bc57d63095339579cbe (patch) | |
| tree | 5bdb84eac327f15b879bec3aa1cdba52a5839fe6 | |
| parent | c7c7349cb7935d8cfcdd241e6d401a89567e89eb (diff) | |
Fix a comment before PUGIXML_OVERRIDE macro
| -rw-r--r-- | src/pugixml.hpp | 2 | 
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 | 
