Show
Ignore:
Timestamp:
14/08/09 16:29:27 (3 years ago)
Author:
westram
Message:
  • spellchecked all (phew)
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/TEMPLATES/smartptr.h

    r5809 r6141  
    3838// 
    3939// -------------------------------------------------------------------------------- 
    40 // macros for convinience: 
     40// macros for convenience: 
    4141 
    4242#define SmartArrayPtr(type)               SmartPtr<type, Counted<type, auto_delete_array_ptr<type> > >