Changeset 15446 for trunk/Mars/mhflux


Ignore:
Timestamp:
04/26/13 16:38:52 (12 years ago)
Author:
tbretz
Message:
Call constructor of base class in copy constructor
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mhflux/MAlphaFitter.h

    r9367 r15446  
    8484    // Implementing the function yourself is only about 5% faster
    8585    MAlphaFitter(const char *name=0, const char *title=0);
    86     MAlphaFitter(const MAlphaFitter &f) : fFunc(0)
     86    MAlphaFitter(const MAlphaFitter &f) : MParContainer(f), fFunc(0)
    8787    {
    8888        f.Copy(*this);
Note: See TracChangeset for help on using the changeset viewer.