Fixed clang warnings and errors

[SVN r78149]
This commit is contained in:
Ion Gaztañaga
2012-04-22 22:54:18 +00:00
parent aada8a3067
commit 9127a41803

View File

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