bug in refcount_ptr_test.cpp

[SVN r48509]
This commit is contained in:
Emil Dotchevski
2008-09-01 00:23:59 +00:00
parent c50fd487fe
commit 9a35c999a2

View File

@ -42,7 +42,7 @@ test_type
test_type( test_type const & );
test_type & operator=( test_type const & );
mutable int & count_;
int & count_;
};
int