diff options
author | John Ankarström <john@ankarstrom.se> | 2022-09-02 23:51:40 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2022-09-02 23:51:40 +0200 |
commit | 00447478cd1d0d64752114df49fee5ee8bdcedbe (patch) | |
tree | ca1168b19ab977c1857d3a3e341a3e80b33cc6d3 /c/window.h | |
parent | ff9ba3f6e60fa30f52dd94e48214be5e1be1b28a (diff) | |
download | EpisodeBrowser-00447478cd1d0d64752114df49fee5ee8bdcedbe.tar.gz |
Add Act.
Diffstat (limited to 'c/window.h')
-rw-r--r-- | c/window.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(); |