summaryrefslogtreecommitdiffstats
path: root/src/XMLParser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/XMLParser.h')
-rw-r--r--src/XMLParser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/XMLParser.h b/src/XMLParser.h
index e39405529..6e4ce2243 100644
--- a/src/XMLParser.h
+++ b/src/XMLParser.h
@@ -3,7 +3,7 @@
// Interfaces to the CXMLParser class representing the base class for XML parsing
-// To use, derive a class from this base and override its OnStartElement(), OnEndElement() and OnCharacters() functions
+// To use, derive a class from this base and /*override*/ its OnStartElement(), OnEndElement() and OnCharacters() functions