mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-08-18 09:30:13 +08:00
Use STDMETHOD and STDMETHOD_ macros instead of STDMETHODIMP[_] to get the Microsoft-specific exception specification which is present in the former macros but not the latter ones and avoid clang warning about overriding the base class virtual function using laxer exception specification.