Changes required for SUN Solaris port...

This commit is contained in:
Don BURNS
2002-03-18 21:56:00 +00:00
parent 45de7a5815
commit eb0587b5fb
6 changed files with 11 additions and 9 deletions

View File

@@ -34,7 +34,7 @@ Matrix::Matrix( const Matrix& other) : Object()
set( (const float *) other._mat );
}
Matrix::Matrix( const float * def )
Matrix::Matrix( const float * const def )
{
set( def );
}