From e90cc51de879b0c93f09f6640a3e43f74785170f Mon Sep 17 00:00:00 2001
From: James David Berry <jberry@apache.org>
Date: Mon, 4 Jun 2001 21:01:49 +0000
Subject: [PATCH] getErrorCount is virtual in this class reflecting derivation
 from SAX2XMLReader.

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@172714 13f79535-47bb-0310-9956-ffa450edef68
---
 src/parsers/SAX2XMLReaderImpl.hpp | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/parsers/SAX2XMLReaderImpl.hpp b/src/parsers/SAX2XMLReaderImpl.hpp
index 31b3bf573..c5d54a4bf 100644
--- a/src/parsers/SAX2XMLReaderImpl.hpp
+++ b/src/parsers/SAX2XMLReaderImpl.hpp
@@ -56,6 +56,9 @@
 
 /*
  * $Log$
+ * Revision 1.10  2001/06/04 21:01:49  jberry
+ * getErrorCount is virtual in this class reflecting derivation from SAX2XMLReader.
+ *
  * Revision 1.9  2001/06/03 19:26:19  jberry
  * Add support for querying error count following parse; enables simple parse without requiring error handler.
  *
@@ -407,7 +410,7 @@ public :
       * @return number of errors encountered during the latest
       *			parse operation.
       */
-    int getErrorCount() const;
+    virtual int getErrorCount() const;
 
     /**
       * This method returns the installed content handler.
-- 
GitLab