Merge pull request #202 from pah/cleanup/document-non-copyable
GenericDocument: explicitly prohibit copying
This commit is contained in:
commit
52bf43df08
@ -1862,6 +1862,8 @@ private:
|
|||||||
}
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
//! Prohibit copying
|
||||||
|
GenericDocument(const GenericDocument&);
|
||||||
//! Prohibit assignment
|
//! Prohibit assignment
|
||||||
GenericDocument& operator=(const GenericDocument&);
|
GenericDocument& operator=(const GenericDocument&);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user