diff options
Diffstat (limited to 'ace/SOCK.h')
-rw-r--r-- | ace/SOCK.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/SOCK.h b/ace/SOCK.h index ff7fe250221..b9a81468c83 100644 --- a/ace/SOCK.h +++ b/ace/SOCK.h @@ -39,7 +39,7 @@ class ACE_Export ACE_SOCK : public ACE_IPC_SAP // set socket options, get the local and remote addresses, and // close the socket. public: - ~ACE_SOCK (void); + virtual ~ACE_SOCK (void); // Default ctor/dtor. int set_option (int level, |