From 28f66efe307150558f4ad2546e058370a828be3e Mon Sep 17 00:00:00 2001 From: Tycho Date: Fri, 5 Sep 2014 15:56:31 +0100 Subject: Revert "Temporarily commented out override directives." This reverts commit 6db727c60c01264dc9a9c209c5b335da8f53cd64. Conflicts: src/Bindings/PluginLua.h src/Blocks/BlockFire.h src/Generating/ChunkGenerator.h src/LoggerListeners.cpp src/Mobs/Components/AIAggressiveComponent.h src/Mobs/Monster.h src/OSSupport/IsThread.h src/Protocol/Authenticator.h src/UI/SlotArea.h --- src/XMLParser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/XMLParser.h') diff --git a/src/XMLParser.h b/src/XMLParser.h index 6e4ce2243..e39405529 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 -- cgit v1.2.3