remove fuxk

This commit is contained in:
Camille Chauvet
2023-08-03 14:29:03 +02:00
parent bf594f63b0
commit 1d752c591b
3 changed files with 9 additions and 8 deletions

View File

@ -10,6 +10,7 @@ Fixed::~Fixed()
Fixed::Fixed()
{
ths->_value = 0;
std::cout << "Default constructor called" << std::endl;
}