diff options
Diffstat (limited to 'src/CellBuffer.h')
-rw-r--r-- | src/CellBuffer.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/CellBuffer.h b/src/CellBuffer.h index bfbb121de..cde6f5a1a 100644 --- a/src/CellBuffer.h +++ b/src/CellBuffer.h @@ -98,6 +98,9 @@ class UndoHistory { void EnsureUndoRoom(); + // Private so UndoHistory objects can not be copied + UndoHistory(const UndoHistory &); + public: UndoHistory(); ~UndoHistory(); |