From 17113ca41a020a6c37d3bd859201bf716b3c6b7a Mon Sep 17 00:00:00 2001 From: Neil Date: Tue, 31 Aug 2021 08:21:38 +1000 Subject: Make Cancel methods noexcept as they may need to be used in destructors. --- src/CallTip.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/CallTip.h') diff --git a/src/CallTip.h b/src/CallTip.h index f2889d44a..dc1071baa 100644 --- a/src/CallTip.h +++ b/src/CallTip.h @@ -75,7 +75,7 @@ public: Scintilla::CharacterSet characterSet, Scintilla::Technology technology, const char *localeName, const Window &wParent); - void CallTipCancel(); + void CallTipCancel() noexcept; /// Set a range of characters to be displayed in a highlight style. /// Commonly used to highlight the current parameter. -- cgit v1.2.3