Changeset 383 for bdm/user_info.h

Show
Ignore:
Timestamp:
06/17/09 23:54:11 (15 years ago)
Author:
smidl
Message:

mex for merging and fixes in UI

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • bdm/user_info.h

    r378 r383  
    232232        { 
    233233                T* instance; 
    234                 from_setting<T>( to_child_setting( element, index ) ); 
     234                from_setting<T>( instance, to_child_setting( element, index ) ); 
    235235                return instance; 
    236236        }