summaryrefslogtreecommitdiff
path: root/ace/Token.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1996-10-27 21:44:14 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1996-10-27 21:44:14 +0000
commit0cc5504a5c8a958101a09accb21c135281d5e9ff (patch)
treea38b7d21b5f25b5ef5548a423339c747f056059c /ace/Token.h
parent997479406012dab3e5e787d3a724bf5f2fd2b04c (diff)
downloadATCD-0cc5504a5c8a958101a09accb21c135281d5e9ff.tar.gz
Jamming!
Diffstat (limited to 'ace/Token.h')
-rw-r--r--ace/Token.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Token.h b/ace/Token.h
index a29d3f95d43..f75180c4b71 100644
--- a/ace/Token.h
+++ b/ace/Token.h
@@ -41,7 +41,7 @@ public:
// = Initialization and termination.
ACE_Token (const char *name = 0, void * = 0);
- ~ACE_Token (void);
+ virtual ~ACE_Token (void);
// = Synchronization operations.