Fixed clang warnings and errors

[SVN r78149]
This commit is contained in:
Ion Gaztañaga
2012-04-22 22:54:18 +00:00
parent 026c48d377
commit a17a0b882b

View File

@ -30,6 +30,8 @@ class Base
virtual Base *clone() const
{ return new Base(*this); }
virtual ~Base(){}
};
class Member