Changeset 56209

Show
Ignore:
Timestamp:
10/10/08 01:44:49 (6 weeks ago)
Author:
RR
Message:

Trying to make introduction reappear

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • wxWidgets/trunk/interface/wx/weakref.h

    r56200 r56209  
    99 
    1010/** 
    11     @class wxWeakRefDynamic 
    1211 
    1312    wxWeakRefDynamic<T> is a template class for weak references that is used in 
     
    4544 
    4645/** 
    47     @class wxWeakRef 
    48  
    4946    wxWeakRef<T> is a template class for weak references to wxWidgets objects, 
    5047    such as wxEvtHandler, wxWindow and wxObject.