Adda virtual dtor to silence warnings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67697 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -36,6 +36,7 @@ class WXDLLIMPEXP_CORE wxAffineMatrix2DBase
|
|||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
wxAffineMatrix2DBase() {}
|
wxAffineMatrix2DBase() {}
|
||||||
|
virtual ~wxAffineMatrix2DBase() {}
|
||||||
|
|
||||||
// sets the matrix to the respective values
|
// sets the matrix to the respective values
|
||||||
virtual void Set(const wxMatrix2D& mat2D, const wxPoint2DDouble& tr) = 0;
|
virtual void Set(const wxMatrix2D& mat2D, const wxPoint2DDouble& tr) = 0;
|
||||||
|
Reference in New Issue
Block a user