summaryrefslogtreecommitdiff
path: root/o3tl/inc
diff options
context:
space:
mode:
Diffstat (limited to 'o3tl/inc')
-rw-r--r--o3tl/inc/o3tl/cow_wrapper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/o3tl/inc/o3tl/cow_wrapper.hxx b/o3tl/inc/o3tl/cow_wrapper.hxx
index 143905a1ab89..0123bd6d1f1b 100644
--- a/o3tl/inc/o3tl/cow_wrapper.hxx
+++ b/o3tl/inc/o3tl/cow_wrapper.hxx
@@ -165,7 +165,7 @@ void cow_wrapper_client::modify( int nVal )
{
maImpl->setValue( nVal );
}
-void cow_wrapper_client::queryUnmodified() const
+int cow_wrapper_client::queryUnmodified() const
{
return maImpl->getValue();
}