Quote:
Originally Posted by RyZeRun
Some of my post was accidentally converted to an Emoji.
I MEANT 'std:  stringstream &desc'
|
What are you trying to do? Can you share the code that triggered this error?
GetDescription takes a reference to an ostringstream.
const = 0 means that the method is pure virtual (ie, it must be implemented in subclasses). So, you are trying to do something with an interface, not the implementation.