summaryrefslogtreecommitdiffstats
path: root/include/salhelper/refobj.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/salhelper/refobj.hxx')
-rw-r--r--include/salhelper/refobj.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/salhelper/refobj.hxx b/include/salhelper/refobj.hxx
index c1535334fb2c..bb2f31bcd78f 100644
--- a/include/salhelper/refobj.hxx
+++ b/include/salhelper/refobj.hxx
@@ -62,7 +62,7 @@ public:
public:
/** Construction.
*/
- inline ReferenceObject() : m_nReferenceCount(0)
+ ReferenceObject() : m_nReferenceCount(0)
{}