From a86df172f9f994198eb7612f86968174028cf32b Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 2 Nov 2005 11:33:10 +0000 Subject: [PATCH] Added doc comment and removed redundent inline keyword --- include/osg/NodeTrackerCallback | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/osg/NodeTrackerCallback b/include/osg/NodeTrackerCallback index 389db15b1..50afe9729 100644 --- a/include/osg/NodeTrackerCallback +++ b/include/osg/NodeTrackerCallback @@ -40,10 +40,11 @@ class OSG_EXPORT NodeTrackerCallback : public NodeCallback /** Implements the callback. */ virtual void operator()(Node* node, NodeVisitor* nv); - /** update the node to track the nodepath.*/ + /** Update the node to track the nodepath.*/ void update(osg::Node& node); - inline bool validateNodePath() const; + /** Validate the NodePath by removing any unref'd nodes.*/ + bool validateNodePath() const; protected: