X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e0062c047ecb5a7d4790b980777dfa70869f4834..57e2b887a0e798ab5ab2921cdeba550f322b000c:/include/wx/dataview.h diff --git a/include/wx/dataview.h b/include/wx/dataview.h index 085655fb16..2dd87b0c3c 100644 --- a/include/wx/dataview.h +++ b/include/wx/dataview.h @@ -125,7 +125,7 @@ public: protected: // the user should not delete this class directly: he should use DecRef() instead! - virtual ~wxDataViewModel(); + virtual ~wxDataViewModel() { } wxList m_notifiers; };