From d61d88dbd8e5d8a12cd488c9437c5aa9ebcc0471 Mon Sep 17 00:00:00 2001 From: Zufu Liu Date: Mon, 6 May 2024 14:48:38 +1000 Subject: Make LoadD2D noexcept so can be called in more situations. --- win32/PlatWin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win32/PlatWin.h') diff --git a/win32/PlatWin.h b/win32/PlatWin.h index 70721d4a7..a901ec78d 100644 --- a/win32/PlatWin.h +++ b/win32/PlatWin.h @@ -68,7 +68,7 @@ public: }; #if defined(USE_D2D) -extern bool LoadD2D(); +extern bool LoadD2D() noexcept; extern ID2D1Factory *pD2DFactory; extern IDWriteFactory *pIDWriteFactory; -- cgit v1.2.3