summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/cxml.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cxml.h b/src/cxml.h
index fbdd22f..d2cb5b6 100644
--- a/src/cxml.h
+++ b/src/cxml.h
@@ -247,6 +247,9 @@ public:
Document (std::string root_name);
Document (std::string root_name, boost::filesystem::path);
+ Document (Document const&) = delete;
+ Document& operator= (Document const&) = delete;
+
virtual ~Document ();
void read_file (boost::filesystem::path);