Add support for Metrowerks Codewarrior build under Windows.

This commit is contained in:
Robert Osfield
2002-02-22 17:12:10 +00:00
parent ddc1212cb4
commit 00e91eec1d
24 changed files with 50 additions and 21 deletions

View File

@@ -23,7 +23,7 @@ namespace osg {
* each trifan or tristrip = (length-2) triangles and so on.
*/
class SG_EXPORT Statistics : public osg::Referenced, public osg::Drawable::AttributeFunctor
class Statistics : public osg::Referenced, public osg::Drawable::AttributeFunctor
{
public: