From bc6d9cdf289af9167912329f1c5f4e39bd6bac29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Tue, 19 Jul 2022 14:50:00 +0200 Subject: Use static member function instead of friend function. --- c/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/main.cpp') diff --git a/c/main.cpp b/c/main.cpp index f7b3472..1be9125 100644 --- a/c/main.cpp +++ b/c/main.cpp @@ -462,7 +462,7 @@ LRESULT CALLBACK WndProc(const HWND hWnd, const UINT uMsg, const WPARAM wParam, case IDM_RATE1: case IDM_RATE0: g_pElv->Redraw(); - g_pElv->DoSort(); + g_pElv->Sort(); g_pElv->ShowFocus(); } b: break; -- cgit v1.2.3