Make destructors of COM interface classes virtual.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 12 Jul 2013 14:12:35 +0000 (14:12 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 12 Jul 2013 14:12:35 +0000 (14:12 +0000)
commit9fe7a9ad57d92e6051326e5d107c9595faa917b7
treef9b0163457c53859ac4133be73a3dedc3ae8b903
parent2aa54d47d66b5cda0dca2b743e11c954581a7b99
Make destructors of COM interface classes virtual.

This is needed to at least silence g++ warnings but may actually even fix a
real problem as these classes can be inherited from and are deleted via a
pointer (to "this" itself, in Release() implementation).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74492 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/msw/webview_ie.h