Fix a comment before PUGIXML_OVERRIDE macro
This commit is contained in:
parent
c7c7349cb7
commit
d0b0cc75ad
@ -72,7 +72,7 @@
|
|||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// If no API for functions is defined, assume default
|
// If C++ is 2011 or higher, add 'override' qualifiers
|
||||||
#ifndef PUGIXML_OVERRIDE
|
#ifndef PUGIXML_OVERRIDE
|
||||||
# if __cplusplus >= 201103
|
# if __cplusplus >= 201103
|
||||||
# define PUGIXML_OVERRIDE override
|
# define PUGIXML_OVERRIDE override
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user