Skip to content

Commit 8ad862a

Browse files
author
전상현
committed
[400_Server] SyncServer 상속 가능하도록 소멸자에 virtual 추가
1 parent 14f2f18 commit 8ad862a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Src/400_Server/SyncServer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ namespace core
4848

4949
public:
5050
CSyncServer();
51-
~CSyncServer();
51+
virtual ~CSyncServer();
5252

5353
virtual ECODE StartUp(const ST_SYNCSERVER_INIT& stInit);
5454
virtual void ShutDown(void);

0 commit comments

Comments
 (0)