diff options
Diffstat (limited to 'ace/SV_Semaphore_Simple.h')
-rw-r--r-- | ace/SV_Semaphore_Simple.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/SV_Semaphore_Simple.h b/ace/SV_Semaphore_Simple.h index e7ec488f33c..c904b07820e 100644 --- a/ace/SV_Semaphore_Simple.h +++ b/ace/SV_Semaphore_Simple.h @@ -49,7 +49,7 @@ public: int initial_value = 1, u_short nsems = 1, int perms = ACE_DEFAULT_FILE_PERMS); - virtual ~ACE_SV_Semaphore_Simple (void); + ~ACE_SV_Semaphore_Simple (void); int open (const char *name, int flags = ACE_SV_Semaphore_Simple::ACE_CREATE, |