From c9cfc18edb9df04b1e30ab7478003175f7508352 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 16 Mar 2012 10:11:09 +0000 Subject: callcatcher update list --- o3tl/inc/o3tl/cow_wrapper.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'o3tl/inc') 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(); } -- cgit