aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/AutoComplete.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/AutoComplete.h')
-rw-r--r--src/AutoComplete.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AutoComplete.h b/src/AutoComplete.h
index ec7f5a115..6afdf7c3e 100644
--- a/src/AutoComplete.h
+++ b/src/AutoComplete.h
@@ -84,7 +84,7 @@ public:
std::string GetValue(int item) const;
void Show(bool show);
- void Cancel();
+ void Cancel() noexcept;
/// Move the current list element by delta, scrolling appropriately
void Move(int delta);