Fixes for windows build.

This commit is contained in:
Robert Osfield
2002-01-29 20:25:45 +00:00
parent f061999b22
commit c72efc1059
8 changed files with 137 additions and 13 deletions

View File

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