]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/accel.h
More initial reviews of [u*-v*] interface headers.
[wxWidgets.git] / interface / accel.h
index 761ac864a6a9ad7b453376d5c2bac7ff8dad9a66..276373333047e57d6094639e48807a87b3268f23 100644 (file)
@@ -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.