From 8dcb26967c0f783cbb6b8b8b2650931959f9ff62 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 12 Jun 2002 16:23:59 +0000 Subject: [PATCH] Removed inappropriate inline keyword which was breaking the IRIX build. --- include/osg/Node | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osg/Node b/include/osg/Node index 30859410b..643f711fc 100644 --- a/include/osg/Node +++ b/include/osg/Node @@ -146,7 +146,7 @@ class SG_EXPORT Node : public Object /** return true if this node is an OccluderNode or the subgraph below this node are OccluderNodes.*/ - inline const bool containsOccluderNodes() const; + const bool containsOccluderNodes() const; /** * Set user data, data must be subclased from Referenced to allow