Changeset 775 for library

Show
Ignore:
Timestamp:
01/12/10 20:29:04 (14 years ago)
Author:
smidl
Message:

compilation fix

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/stat/emix.h

    r766 r775  
    159159          shouldn't be modified after being passed to this method. 
    160160        */ 
    161         Array<shared_ptr<epdf>>& _Coms ( ) { 
     161        Array<shared_ptr<epdf> >& _Coms ( ) { 
    162162                return Coms; 
    163163        }