diff options
author | Bernard Normier <bernard@zeroc.com> | 2007-05-04 15:44:49 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2007-05-04 15:44:49 +0000 |
commit | 389d3a4fb71243e279b984a68cd5c6837f4f6bd2 (patch) | |
tree | 35358d06e8b683621e366048a2973e327b21821d /cppe/demo/IceE/chat/ChatClientDlg.cpp | |
parent | Backed out endpoint stringification (diff) | |
download | ice-389d3a4fb71243e279b984a68cd5c6837f4f6bd2.tar.bz2 ice-389d3a4fb71243e279b984a68cd5c6837f4f6bd2.tar.xz ice-389d3a4fb71243e279b984a68cd5c6837f4f6bd2.zip |
Removed ^M
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 7a78f058531..d1ebb899861 100644 --- a/cppe/demo/IceE/chat/ChatClientDlg.cpp +++ b/cppe/demo/IceE/chat/ChatClientDlg.cpp @@ -388,7 +388,7 @@ CChatClientDlg::OnLogin() assert(_callback); _adapter->remove(_callback->ice_getIdentity()); _callback = 0; -
+ assert(_chat); _chat = 0; |