X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3d8662ab0f0ff20a2548474ad92e92bf96c8cded..12133c3b42e4f9efb0363c4be9166e4ea78845fd:/interface/accel.h diff --git a/interface/accel.h b/interface/accel.h index 761ac864a6..2763733330 100644 --- a/interface/accel.h +++ b/interface/accel.h @@ -186,6 +186,8 @@ public: /** Loads the accelerator table from a Windows resource (Windows only). + @onlyfor{wxmsw} + @param resource Name of a Windows accelerator. */ @@ -195,7 +197,7 @@ public: Destroys the wxAcceleratorTable object. See @ref overview_refcount_destruct for more info. */ - ~wxAcceleratorTable(); + virtual ~wxAcceleratorTable(); /** Returns @true if the accelerator table is valid.