Skip to content
Snippets Groups Projects
Commit fbdee737 authored by Khaled Noaman's avatar Khaled Noaman
Browse files

Change the order of inheritance to make gcc 2.95 happy.

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175035 13f79535-47bb-0310-9956-ffa450edef68
parent eb3f2e42
No related branches found
No related tags found
No related merge requests found
......@@ -114,7 +114,7 @@ typedef KeyRefPair<void, DOMUserDataHandler> DOMUserDataRecord;
typedef RefHashTableOf<DOMUserDataRecord> DOMNodeUserDataTable;
typedef RefStackOf<DOMNode> DOMNodePtr;
class CDOM_EXPORT DOMDocumentImpl: public DOMDocument , public XMemory{
class CDOM_EXPORT DOMDocumentImpl: public XMemory, public DOMDocument {
public:
// -----------------------------------------------------------------------
// data types
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment