×

Loading...

Also, you shouldn't define any virtual functions in the .h header file. because by default, all functions defined in header file are treated "inline"

Report