aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Catalogue.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Catalogue.h')
-rw-r--r--src/Catalogue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Catalogue.h b/src/Catalogue.h
index d8769a896..05a1f1d29 100644
--- a/src/Catalogue.h
+++ b/src/Catalogue.h
@@ -15,7 +15,7 @@ namespace Scintilla {
class Catalogue {
public:
static const LexerModule *Find(int language);
- static const LexerModule *Find(const char *languageName);
+ static const LexerModule *Find(const char *languageName) noexcept;
static void AddLexerModule(LexerModule *plm);
};