2
0
mirror of https://github.com/boostorg/test.git synced 2026-01-26 07:02:12 +00:00

Fix -Wshadow warnings. Fixes #4017

[SVN r62799]
This commit is contained in:
Steven Watanabe
2010-06-11 13:55:31 +00:00
parent f7d4ce565a
commit 456ea98bb6

View File

@@ -47,7 +47,7 @@ public:
// actual printing interface; to be accessed only by this class and children
virtual std::ostream& operator()( std::ostream& ostr ) const { return ostr; }
protected:
explicit lazy_ostream( bool empty = true ) : m_empty( empty ) {}
explicit lazy_ostream( bool p_empty = true ) : m_empty( p_empty ) {}
private:
// Data members