summaryrefslogtreecommitdiff
path: root/include/rtl/string.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/rtl/string.hxx')
-rw-r--r--include/rtl/string.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rtl/string.hxx b/include/rtl/string.hxx
index 8f5d044e5a4e..37876983cd1b 100644
--- a/include/rtl/string.hxx
+++ b/include/rtl/string.hxx
@@ -154,7 +154,7 @@ public:
@param str a OString data.
*/
- inline OString( rtl_String * str, __sal_NoAcquire )
+ OString( rtl_String * str, __sal_NoAcquire )
{
pData = str;
}