Commit 3220438a authored by Philipp A. Hartmann's avatar Philipp A. Hartmann

GenericDocument: explicitly prohibit copying

See #201.
parent 39f5eeb7
......@@ -1862,6 +1862,8 @@ private:
}
private:
//! Prohibit copying
GenericDocument(const GenericDocument&);
//! Prohibit assignment
GenericDocument& operator=(const GenericDocument&);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment