summaryrefslogtreecommitdiff
path: root/ace/SString.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/SString.cpp')
-rw-r--r--ace/SString.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/ace/SString.cpp b/ace/SString.cpp
index 77068413a12..ed9ca1da0a5 100644
--- a/ace/SString.cpp
+++ b/ace/SString.cpp
@@ -435,7 +435,8 @@ ACE_WString::ACE_WString (const char *s,
// Constructor that actually copies memory.
-ACE_WString::ACE_WString (const ACE_USHORT16 *s, ACE_Allocator *allocator)
+ACE_WString::ACE_WString (const ACE_USHORT16 *s,
+ ACE_Allocator *allocator)
: allocator_ (allocator)
{
ACE_TRACE ("ACE_WString::ACE_WString");