Skip to content
Snippets Groups Projects
Commit 8007f79b authored by Gareth Reakes's avatar Gareth Reakes
Browse files

Changed constuctors to protected so we can derive classes.

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175154 13f79535-47bb-0310-9956-ffa450edef68
parent 717dff0d
No related branches found
No related tags found
No related merge requests found
...@@ -81,7 +81,7 @@ class DOMImplementationImpl: public XMemory, ...@@ -81,7 +81,7 @@ class DOMImplementationImpl: public XMemory,
public DOMImplementation, public DOMImplementation,
public DOMImplementationSource public DOMImplementationSource
{ {
private: protected:
DOMImplementationImpl() {}; DOMImplementationImpl() {};
DOMImplementationImpl(const DOMImplementationImpl & other) {}; DOMImplementationImpl(const DOMImplementationImpl & other) {};
DOMImplementationImpl & operator = (const DOMImplementationImpl & other) {return *this;}; DOMImplementationImpl & operator = (const DOMImplementationImpl & other) {return *this;};
......
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