summaryrefslogtreecommitdiff
path: root/ace/Dump.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1996-10-27 23:14:37 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1996-10-27 23:14:37 +0000
commit742c04c6fe01984a9699acfc664b0c88d9f5d5dc (patch)
treef94e403b95ed7578914bb1fd612e103e408b497a /ace/Dump.cpp
parent0cc5504a5c8a958101a09accb21c135281d5e9ff (diff)
downloadATCD-742c04c6fe01984a9699acfc664b0c88d9f5d5dc.tar.gz
Yow!
Diffstat (limited to 'ace/Dump.cpp')
-rw-r--r--ace/Dump.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Dump.cpp b/ace/Dump.cpp
index d8d20781edc..4e0e0a67f37 100644
--- a/ace/Dump.cpp
+++ b/ace/Dump.cpp
@@ -131,5 +131,5 @@ ACE_ODB::remove_object (const void *this_ptr)
ACE_ODB *ACE_ODB::instance_ = 0;
#if defined (ACE_TEMPLATES_REQUIRE_SPECIALIZATION)
-template class ACE_Guard<ACE_Thread_Mutex>;
+ACE_MT (template class ACE_Guard<ACE_Thread_Mutex>);
#endif /* ACE_TEMPLATES_REQUIRE_SPECIALIZATION */