summaryrefslogtreecommitdiff
path: root/include/ucbhelper/std_outputstream.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/ucbhelper/std_outputstream.hxx')
-rw-r--r--include/ucbhelper/std_outputstream.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ucbhelper/std_outputstream.hxx b/include/ucbhelper/std_outputstream.hxx
index c945b479b6c3..0537ee700fef 100644
--- a/include/ucbhelper/std_outputstream.hxx
+++ b/include/ucbhelper/std_outputstream.hxx
@@ -30,7 +30,7 @@ namespace ucbhelper
{
public:
- StdOutputStream( boost::shared_ptr< std::ostream > pStream );
+ StdOutputStream( boost::shared_ptr< std::ostream > const & pStream );
virtual ~StdOutputStream( );