From da71ace9e135d3494fafa7d67483ff1c217faa04 Mon Sep 17 00:00:00 2001 From: Neil Date: Wed, 15 Sep 2021 09:33:23 +1000 Subject: More accurate with 'noexcept'. --- src/ViewStyle.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ViewStyle.h') 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; }; } -- cgit v1.2.3