diff options
Diffstat (limited to 'src/UndoHistory.cxx')
-rw-r--r-- | src/UndoHistory.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/UndoHistory.cxx b/src/UndoHistory.cxx index c94d0690c..48695e664 100644 --- a/src/UndoHistory.cxx +++ b/src/UndoHistory.cxx @@ -102,7 +102,7 @@ void ScaledVector::SetValueAt(size_t index, size_t value) { } void ScaledVector::ClearValueAt(size_t index) noexcept { - // 0 fits in any size element so no expansion needed so no exceptions + // 0 fits in any size element so no expansion needed so no exceptions WriteValue(bytes.data() + index * element.size, element.size, 0); } |