From 90942f40527c251720416c6e754ad017e8a65f04 Mon Sep 17 00:00:00 2001 From: Neil Date: Sun, 16 May 2021 09:31:56 +1000 Subject: Remove untenable noexcept as RGBAImageSet constructor can throw. --- win32/PlatWin.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win32/PlatWin.cxx b/win32/PlatWin.cxx index f56b14f8f..21a5180ac 100644 --- a/win32/PlatWin.cxx +++ b/win32/PlatWin.cxx @@ -2942,7 +2942,7 @@ class ListBoxX : public ListBox { static constexpr Point ImageInset {1, 0}; // Padding around image public: - ListBoxX() noexcept : lineHeight(10), fontCopy{}, technology(0), lb{}, unicodeMode(false), + ListBoxX() : lineHeight(10), fontCopy{}, technology(0), lb{}, unicodeMode(false), desiredVisibleRows(9), maxItemCharacters(0), aveCharWidth(8), parent(nullptr), ctrlID(0), dpi(USER_DEFAULT_SCREEN_DPI), delegate(nullptr), -- cgit v1.2.3