From 4929e13de62e1b806ccc5dde604ceee15cdeffcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Sat, 6 Aug 2022 23:43:37 +0200 Subject: Add const. --- c/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3