aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2022-08-06 23:43:37 +0200
committerJohn Ankarström <john@ankarstrom.se>2022-08-06 23:43:37 +0200
commit4929e13de62e1b806ccc5dde604ceee15cdeffcb (patch)
tree9a7e213bfcec1dc5cd0330dfb84e75adfd372a4a
parent9ce6c7dadf47737063058adba50e7085faa9fe4a (diff)
downloadEpisodeBrowser-4929e13de62e1b806ccc5dde604ceee15cdeffcb.tar.gz
Add const.
-rw-r--r--c/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/main.cpp b/c/main.cpp
index 2de5df7..3eb152d 100644
--- a/c/main.cpp
+++ b/c/main.cpp
@@ -223,7 +223,7 @@ static LRESULT CALLBACK CBTProc(const int nCode, const WPARAM wParam, const LPAR
return 0;
}
-LRESULT CALLBACK WndProc(const HWND hWnd, const UINT uMsg, const WPARAM wParam, LPARAM lParam)
+LRESULT CALLBACK WndProc(const HWND hWnd, const UINT uMsg, const WPARAM wParam, const LPARAM lParam)
{
switch (uMsg) {
case WM_CREATE: