
please wait
|
|
|
|
In function 'int main()': 40:24: error: no matching function for call to 'CBox::compare(const CBox&)' 40:24: note: candidate is: 28:7: note: bool CBox::compare(CBox&) 28:7: note: no known conversion for argument 1 from 'const CBox' to 'CBox&' |
const
in it.
|
|