mirror of
https://github.com/boostorg/python.git
synced 2026-01-20 16:52:15 +00:00
Silence compiler by adding cosmetic virtual destructors.
[SVN r41549]
This commit is contained in:
@@ -10,6 +10,7 @@ using namespace boost::python;
|
||||
class Abstract
|
||||
{
|
||||
public:
|
||||
virtual ~Abstract() {}; // silence compiler warningsa
|
||||
virtual std::string f() =0;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user