aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/AutoComplete.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/AutoComplete.cxx')
-rw-r--r--src/AutoComplete.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AutoComplete.cxx b/src/AutoComplete.cxx
index 51eb0f0ee..47e942561 100644
--- a/src/AutoComplete.cxx
+++ b/src/AutoComplete.cxx
@@ -211,7 +211,7 @@ void AutoComplete::Show(bool show) {
lb->Select(0);
}
-void AutoComplete::Cancel() {
+void AutoComplete::Cancel() noexcept {
if (lb->Created()) {
lb->Clear();
lb->Destroy();