Changeset 56209
- Timestamp:
- 10/10/08 01:44:49 (6 weeks ago)
- Files:
-
- 1 modified
-
wxWidgets/trunk/interface/wx/weakref.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wxWidgets/trunk/interface/wx/weakref.h
r56200 r56209 9 9 10 10 /** 11 @class wxWeakRefDynamic12 11 13 12 wxWeakRefDynamic<T> is a template class for weak references that is used in … … 45 44 46 45 /** 47 @class wxWeakRef48 49 46 wxWeakRef<T> is a template class for weak references to wxWidgets objects, 50 47 such as wxEvtHandler, wxWindow and wxObject.
