mirror of
https://github.com/boostorg/python.git
synced 2026-01-23 05:42:30 +00:00
Add cosmetic virtual detructors to silence compile warnings.
[SVN r41650]
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