Fixes for Windows build.

This commit is contained in:
Robert Osfield
2002-01-30 16:24:24 +00:00
parent 4d43f83295
commit 1aaa46dbe7
3 changed files with 9 additions and 4 deletions

View File

@@ -86,7 +86,7 @@ class SG_EXPORT Image : public Object
virtual ~Image();
Image& operator = (const Image& image) {}
Image& operator = (const Image&) { return *this; }
std::string _fileName;
int _s, _t, _r;