summaryrefslogtreecommitdiff
path: root/tests/test_bind_refptr.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_bind_refptr.cc')
-rw-r--r--tests/test_bind_refptr.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_bind_refptr.cc b/tests/test_bind_refptr.cc
index 48b9d3d..3d24e31 100644
--- a/tests/test_bind_refptr.cc
+++ b/tests/test_bind_refptr.cc
@@ -197,7 +197,8 @@ private:
// If it would come after them it wouldn't be inlined.
template<typename T_CppObject>
-inline T_CppObject* RefPtr<T_CppObject>::operator->() const
+inline T_CppObject*
+RefPtr<T_CppObject>::operator->() const
{
return pCppObject_;
}