Changes required for SUN Solaris port...
This commit is contained in:
@@ -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 );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user