From 00447478cd1d0d64752114df49fee5ee8bdcedbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Fri, 2 Sep 2022 23:51:40 +0200 Subject: Add Act. --- c/window.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/window.h') diff --git a/c/window.h b/c/window.h index 5cdffe4..2c81194 100644 --- a/c/window.h +++ b/c/window.h @@ -41,7 +41,7 @@ struct Window void HandleMainMenu(HWND, WORD); /* Display text in status bar. */ - void Status(const wchar_t* msg, unsigned short i = 0); + void Status(const wchar_t* msg, unsigned short i = 0) noexcept; /* Try to style application according to current Windows theme. */ void UpdateTheme(); -- cgit v1.2.3