summaryrefslogtreecommitdiff
path: root/ace/Dump.cpp
diff options
context:
space:
mode:
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 */