summaryrefslogtreecommitdiff
path: root/cppe/demo/IceE/chat/ChatClientDlg.cpp
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2005-08-10 15:14:20 +0000
committerDwayne Boone <dwayne@zeroc.com>2005-08-10 15:14:20 +0000
commitfbaf9d5f4ce503a32cc45e84dd3ec48ac593ec71 (patch)
treea7b6af04ad5aff43bc227af0354337cec15290e3 /cppe/demo/IceE/chat/ChatClientDlg.cpp
parentrestoring include of ctype.h (diff)
downloadice-fbaf9d5f4ce503a32cc45e84dd3ec48ac593ec71.tar.bz2
ice-fbaf9d5f4ce503a32cc45e84dd3ec48ac593ec71.tar.xz
ice-fbaf9d5f4ce503a32cc45e84dd3ec48ac593ec71.zip
Fixed OnLog functions
Diffstat (limited to 'cppe/demo/IceE/chat/ChatClientDlg.cpp')
-rw-r--r--cppe/demo/IceE/chat/ChatClientDlg.cpp2
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;