From b2de7f6888902a02e58d3ab3e3050003e2a1d71b Mon Sep 17 00:00:00 2001 From: Eric Friedman Date: Sat, 13 Sep 2003 21:01:44 +0000 Subject: [PATCH] Minor fix. [SVN r20043] --- include/boost/detail/reference_content.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/detail/reference_content.hpp b/include/boost/detail/reference_content.hpp index c5abe91..0619912 100644 --- a/include/boost/detail/reference_content.hpp +++ b/include/boost/detail/reference_content.hpp @@ -68,7 +68,7 @@ public: // structors { } -public: // non-Assignable +private: // non-Assignable reference_content& operator=(const reference_content&);