diff options
Diffstat (limited to 'cppe/demo/IceE/chat/ChatClientDlg.cpp')
-rw-r--r-- | cppe/demo/IceE/chat/ChatClientDlg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppe/demo/IceE/chat/ChatClientDlg.cpp b/cppe/demo/IceE/chat/ChatClientDlg.cpp index 28aea033ec8..1208ce80590 100644 --- a/cppe/demo/IceE/chat/ChatClientDlg.cpp +++ b/cppe/demo/IceE/chat/ChatClientDlg.cpp @@ -425,7 +425,7 @@ CChatClientDlg::OnLogin() } LRESULT -CChatClientDlg::OnLog(UINT wParam, UINT lParam) +CChatClientDlg::OnLog(WPARAM wParam, LPARAM lParam) { char* text = (char*)lParam; |