Changed a couple of const/non-const discrpancies between header and source

for TexGen.  Removed external library dependencies in plugin makefiles
This commit is contained in:
Don BURNS
2002-11-06 18:39:32 +00:00
parent f6cbfc20bd
commit 7669b96c28
7 changed files with 19 additions and 7 deletions

View File

@@ -137,7 +137,7 @@ class SG_EXPORT NodeVisitor : public Referenced
NodeVisitor has been attached via setTraverseVisitor()
and the new mode is not TRAVERSE_VISITOR then the attached
visitor is detached. Default mode is TRAVERSE_NONE.*/
void setTraversalMode(TraversalMode mode);
void setTraversalMode(const TraversalMode mode);
/** Get the traversal mode.*/
inline TraversalMode getTraversalMode() const { return _traversalMode; }