Add override keyword. Thanks @Floessie
This commit is contained in:
@@ -623,7 +623,7 @@ private:
|
||||
struct PMatrix {
|
||||
double matrix[3][3];
|
||||
PMatrix(): matrix{} {}
|
||||
PMatrix(const CMatrix &m)
|
||||
explicit PMatrix(const CMatrix &m)
|
||||
{
|
||||
set(m);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user