From 9a35c999a24c8fba6b9704f78ca9f2fd7722360b Mon Sep 17 00:00:00 2001 From: Emil Dotchevski Date: Mon, 1 Sep 2008 00:23:59 +0000 Subject: [PATCH] bug in refcount_ptr_test.cpp [SVN r48509] --- test/refcount_ptr_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/refcount_ptr_test.cpp b/test/refcount_ptr_test.cpp index 297450d..58cadd3 100644 --- a/test/refcount_ptr_test.cpp +++ b/test/refcount_ptr_test.cpp @@ -42,7 +42,7 @@ test_type test_type( test_type const & ); test_type & operator=( test_type const & ); - mutable int & count_; + int & count_; }; int