From Chuck Sembroski, fixes for IRIX

This commit is contained in:
Robert Osfield
2006-08-13 07:37:55 +00:00
parent a16568254c
commit 25a91d97f0
3 changed files with 3 additions and 3 deletions

View File

@@ -218,7 +218,7 @@ public:
TexturePool* texture,
LightPointAppearancePool* lpAppearance,
ShaderPool* shader )
: Referenced(),
: osg::Referenced(),
_colorPool( color ),
_materialPool( material ),
_texturePool( texture ),