summaryrefslogtreecommitdiff
path: root/o3tl/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-03-16 10:11:09 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-03-20 12:57:30 +0000
commitc9cfc18edb9df04b1e30ab7478003175f7508352 (patch)
treeb5f09caf8265079d9fe50c37008db97de727b303 /o3tl/inc
parent0778689797eda887dd2f73fbcbed6b478633e734 (diff)
callcatcher update list
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();
}