Changeset 56200 for wxWidgets/trunk/interface/wx/ptr_scpd.h
- Timestamp:
- 10/09/08 09:42:52 (3 months ago)
- Files:
-
- 1 modified
-
wxWidgets/trunk/interface/wx/ptr_scpd.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wxWidgets/trunk/interface/wx/ptr_scpd.h
r54387 r56200 276 276 277 277 /** 278 Destructor frees the pointer help by this object and restores the value stored279 at the tied location (as specified in the @ref ctor() constructor)278 Destructor frees the pointer help by this object and restores the value 279 stored at the tied location (as specified in the @ref wxScopedTiedPtr() constructor) 280 280 to the old value. 281 281 … … 291 291 /** 292 292 293 A scoped pointer template class. It is the template version of294 the old-style @ref classwx_scoped_ptr "scoped pointer macros".293 A scoped pointer template class. 294 It is the template version of the old-style @ref wxScopedPtr "scoped pointer macros". 295 295 296 296 @library{wxbase}
