diff options
Diffstat (limited to 'src/Document.h')
-rw-r--r-- | src/Document.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Document.h b/src/Document.h index 4c6832d89..7655d5290 100644 --- a/src/Document.h +++ b/src/Document.h @@ -173,7 +173,7 @@ public: }; // Base class for view state that can be held and transferred without understanding the contents. -// Declared here but real implementation subclass declared in EditModel +// Declared here but real implementation subclass declared in EditModel struct ViewState { ViewState() noexcept = default; // Deleted so ViewState objects can not be copied |