Removed the trailing ; after namespace {...} declariations in headers

which was being picked as a warning under Codewarrior.
This commit is contained in:
Robert Osfield
2002-02-03 12:33:41 +00:00
parent af968b00bd
commit c1283c23e8
106 changed files with 114 additions and 115 deletions

View File

@@ -234,6 +234,6 @@ class SG_EXPORT Node : public Object
/** A vector of Nodes pointers which is used to describe the path from a root node to a descendant.*/
typedef std::vector<Node*> NodePath;
};
}
#endif