aboutsummaryrefslogtreecommitdiff
path: root/c/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/window.h')
-rw-r--r--c/window.h2
1 files changed, 1 insertions, 1 deletions
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();