summaryrefslogtreecommitdiff
path: root/ace/Singleton.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Singleton.cpp')
-rw-r--r--ace/Singleton.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Singleton.cpp b/ace/Singleton.cpp
index fa3c00993b0..ec7797ae156 100644
--- a/ace/Singleton.cpp
+++ b/ace/Singleton.cpp
@@ -526,7 +526,7 @@ ACE_DLL_Singleton_Adapter_T<TYPE>::dll_name (void)
{
// @todo make this a constant somewhere (or it there already is one
// then use it.
- return ACE_TEXT("ACE");
+ return ACE_LIB_TEXT("ACE");
}
ACE_END_VERSIONED_NAMESPACE_DECL