]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/weakref.h
Correct wxEVT_AUXn_XXX event types names.
[wxWidgets.git] / interface / wx / weakref.h
index 05a5503fd8893469f37bc055251db6f3fefd7f85..d6eb9fe4d89dbc27cb82c053c4009a2e9611f567 100644 (file)
@@ -102,6 +102,9 @@ template<typename T>
 class wxWeakRef<T> : public wxTrackerNode
 {
 public:
+    /// Type of the element stored by this reference.
+    typedef T element_type;
+
     /**
         Constructor. The weak reference is initialized to @e pobj.
     */
@@ -115,7 +118,7 @@ public:
     /**
         Destructor.
     */
-    ~wxWeakRef();
+    virtual ~wxWeakRef();
 
     /**
         Called when the tracked object is destroyed. Be default sets