diff options
author | Neil <nyamatongwe@gmail.com> | 2021-09-15 09:33:23 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2021-09-15 09:33:23 +1000 |
commit | da71ace9e135d3494fafa7d67483ff1c217faa04 (patch) | |
tree | bb97ee44ca89a130cf9290031906a9932e31c78a /src/ViewStyle.h | |
parent | 7611e670d098016c654649b4e9369a42fe155057 (diff) | |
download | scintilla-mirror-da71ace9e135d3494fafa7d67483ff1c217faa04.tar.gz |
More accurate with 'noexcept'.
Diffstat (limited to 'src/ViewStyle.h')
-rw-r--r-- | src/ViewStyle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ViewStyle.h b/src/ViewStyle.h index 70e34acaf..f81a52c88 100644 --- a/src/ViewStyle.h +++ b/src/ViewStyle.h @@ -246,7 +246,7 @@ private: void AllocStyles(size_t sizeNew); void CreateAndAddFont(const FontSpecification &fs); FontRealised *Find(const FontSpecification &fs); - void FindMaxAscentDescent(); + void FindMaxAscentDescent() noexcept; }; } |