aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/KeyMap.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/KeyMap.cxx')
-rw-r--r--src/KeyMap.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/KeyMap.cxx b/src/KeyMap.cxx
index d7f87a5d9..1f9a157fb 100644
--- a/src/KeyMap.cxx
+++ b/src/KeyMap.cxx
@@ -33,7 +33,7 @@ KeyMap::~KeyMap() {
Clear();
}
-void KeyMap::Clear() {
+void KeyMap::Clear() noexcept {
kmap.clear();
}