diff options
Diffstat (limited to 'cppe/demo/IceE/chat/ChatClient.cpp')
-rw-r--r-- | cppe/demo/IceE/chat/ChatClient.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppe/demo/IceE/chat/ChatClient.cpp b/cppe/demo/IceE/chat/ChatClient.cpp index a3e7f866d28..37d019c3024 100644 --- a/cppe/demo/IceE/chat/ChatClient.cpp +++ b/cppe/demo/IceE/chat/ChatClient.cpp @@ -33,7 +33,7 @@ CChatClientApp::CChatClientApp() CChatClientApp theApp;
-#ifdef ICE_HAS_ROUTER +#ifdef ICEE_HAS_ROUTER BOOL CChatClientApp::InitInstance()
{
|