Kaydet (Commit) 06d20e3f authored tarafından Andre Fischer's avatar Andre Fischer

#c708950# Added missing virtual destructor for abstract slidesorter Enumeration.

üst 50afa501
......@@ -36,6 +36,8 @@ template <class T>
class Enumeration
{
public:
virtual ~Enumeration (void) {}
virtual bool HasMoreElements (void) const = 0;
/** Returns T instead of T& so that it can handle shared pointers.
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment