Cross platform build fixes.

This commit is contained in:
Robert Osfield
2005-05-13 11:11:52 +00:00
parent ec2adb2477
commit e82a63ca81
5 changed files with 18 additions and 14 deletions

View File

@@ -152,7 +152,7 @@ class OSGSIM_EXPORT ImpostorSprite : public osg::Drawable
protected:
ImpostorSprite(const ImpostorSprite&):Drawable() {}
ImpostorSprite(const ImpostorSprite&);
ImpostorSprite& operator = (const ImpostorSprite&) { return *this;}
virtual ~ImpostorSprite();