Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r55523 - sandbox/SOC/2006/tree/trunk/boost/tree/detail
From: ockham_at_[hidden]
Date: 2009-08-11 05:35:15


Author: bernhard.reiter
Date: 2009-08-11 05:35:13 EDT (Tue, 11 Aug 2009)
New Revision: 55523
URL: http://svn.boost.org/trac/boost/changeset/55523

Log:
Fix a minor glitch
Text files modified:
   sandbox/SOC/2006/tree/trunk/boost/tree/detail/nary_node.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: sandbox/SOC/2006/tree/trunk/boost/tree/detail/nary_node.hpp
==============================================================================
--- sandbox/SOC/2006/tree/trunk/boost/tree/detail/nary_node.hpp (original)
+++ sandbox/SOC/2006/tree/trunk/boost/tree/detail/nary_node.hpp 2009-08-11 05:35:13 EDT (Tue, 11 Aug 2009)
@@ -120,7 +120,7 @@
     }
 };
 
-node_with_children_base::children_type::size_type rotate(node_with_children_base*& child, node_base* me, node_with_children_base::children_type::size_type const& c)
+node_with_children_base::children_type::size_type rotate(node_with_children_base*& child, node_base* parent, node_with_children_base::children_type::size_type const& c)
 {
     //TODO: Optimise.
     typedef node_base* base_pointer;


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk