summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/webdav-neon/DAVSession.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/webdav-neon/DAVSession.hxx')
-rw-r--r--ucb/source/ucp/webdav-neon/DAVSession.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/ucp/webdav-neon/DAVSession.hxx b/ucb/source/ucp/webdav-neon/DAVSession.hxx
index 58839c80a47f..52891f342fed 100644
--- a/ucb/source/ucp/webdav-neon/DAVSession.hxx
+++ b/ucb/source/ucp/webdav-neon/DAVSession.hxx
@@ -54,7 +54,7 @@ namespace webdav_ucp
class DAVSession
{
public:
- inline void acquire()
+ void acquire()
{
osl_atomic_increment( &m_nRefCount );
}