catch up on refactoring default destructors that were missed previously
This commit is contained in:
@ -26,8 +26,7 @@ VirtualMatrix::VirtualMatrix(){
|
||||
numrows = numcols = 0;
|
||||
}
|
||||
|
||||
VirtualMatrix::~VirtualMatrix(){
|
||||
}
|
||||
VirtualMatrix::~VirtualMatrix()= default;
|
||||
|
||||
int VirtualMatrix::GetNumRows() const {
|
||||
return numrows;
|
||||
|
||||
Reference in New Issue
Block a user