Remove unneded copy constructor
The default one already does what this one does and hacing a copy constructor but not an assignment operator makes gcc shout warnings
Please register or sign in to comment
The default one already does what this one does and hacing a copy constructor but not an assignment operator makes gcc shout warnings