summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Ivy/IvyApplication.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Ivy/IvyApplication.h b/Ivy/IvyApplication.h
index 7171fef..babd82e 100644
--- a/Ivy/IvyApplication.h
+++ b/Ivy/IvyApplication.h
@@ -53,7 +53,7 @@ public:
void SendMsg( MsgType msg, int id, const char * arg = NULL);
UINT Create();
void OnReceive( char *line );
- void Create( const char * host, UINT &port );
+ void Create( const char * host, UINT &port, const char* name );
virtual void OnAccept(int nErrorCode);
virtual void OnClose(int nErrorCode);