This does nothing to fix the irix stuff but gets rid of a couple of simple

warnings that showup on irix.

Kent
This commit is contained in:
2007-09-11 04:05:44 +00:00
parent c5ef3006b6
commit 4ddec269c2
2 changed files with 2 additions and 0 deletions

View File

@@ -51,6 +51,7 @@
class MT_Vector3 : public MT_Tuple3 {
public:
virtual ~MT_Vector3() {}
MT_Vector3() {}
MT_Vector3(const float *v) : MT_Tuple3(v) {}
MT_Vector3(const double *v) : MT_Tuple3(v) {}

View File

@@ -52,6 +52,7 @@
class MT_Vector4 : public MT_Tuple4 {
public:
virtual ~MT_Vector4() {}
MT_Vector4() {}
MT_Vector4(const float *v) : MT_Tuple4(v) {}
MT_Vector4(const double *v) : MT_Tuple4(v) {}