aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Editor.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Editor.cxx')
-rw-r--r--src/Editor.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Editor.cxx b/src/Editor.cxx
index ab5c9c811..786d1bb95 100644
--- a/src/Editor.cxx
+++ b/src/Editor.cxx
@@ -262,7 +262,7 @@ void Editor::SetRepresentations() {
}
}
-void Editor::DropGraphics(bool freeObjects) {
+void Editor::DropGraphics(bool freeObjects) noexcept {
marginView.DropGraphics(freeObjects);
view.DropGraphics(freeObjects);
}