diff options
Diffstat (limited to 'ace/IPC_SAP.h')
-rw-r--r-- | ace/IPC_SAP.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/IPC_SAP.h b/ace/IPC_SAP.h index e6ee95e1d45..39f6f59d5bc 100644 --- a/ace/IPC_SAP.h +++ b/ace/IPC_SAP.h @@ -29,7 +29,7 @@ class ACE_Export ACE_IPC_SAP // Defines the member functions for the base class of the // ACE_IPC_SAP abstraction. public: - ~ACE_IPC_SAP (void); + virtual ~ACE_IPC_SAP (void); // Default dtor. int control (int cmd, void *) const; |