summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/src/msgdlgother.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2024-11-09 18:46:43 +0300
committerGeorge Hazan <george.hazan@gmail.com>2024-11-09 18:46:43 +0300
commitbb00cb91a13b2afefa650e5f3ae192e00ec5d719 (patch)
tree063aacc91a03fff6214e1375661362d1f36d10b8 /plugins/TabSRMM/src/msgdlgother.cpp
parentbb1c8b0623fbcbf211db948261d58ca9e6712431 (diff)
there's no need to make FilterWndProc a class member anymore
Diffstat (limited to 'plugins/TabSRMM/src/msgdlgother.cpp')
-rw-r--r--plugins/TabSRMM/src/msgdlgother.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/msgdlgother.cpp b/plugins/TabSRMM/src/msgdlgother.cpp
index 01eb7c7239..c2f2afd3e3 100644
--- a/plugins/TabSRMM/src/msgdlgother.cpp
+++ b/plugins/TabSRMM/src/msgdlgother.cpp
@@ -1672,7 +1672,7 @@ static UINT _eventorder[] =
GC_EVENT_NOTICE
};
-INT_PTR CALLBACK CMsgDialog::FilterWndProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam)
+static INT_PTR CALLBACK FilterWndProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam)
{
CMsgDialog *pDlg = (CMsgDialog *)GetWindowLongPtr(hwndDlg, GWLP_USERDATA);
switch (uMsg) {