summaryrefslogtreecommitdiff
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 740ac57e19c3..bb2f31bcd78f 100644
--- a/include/salhelper/refobj.hxx
+++ b/include/salhelper/refobj.hxx
@@ -85,7 +85,7 @@ protected:
*/
virtual ~ReferenceObject()
{
- assert(m_nReferenceCount == 0);
+ OSL_ASSERT(m_nReferenceCount == 0);
}
};