Ignore:
Timestamp:
04/12/05 17:05:49 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mfbase/MF.cc

    r6905 r6932  
    106106// Default Constructor. Don't use.
    107107//
    108 MF::MF() : fF(NULL)
     108MF::MF() : fF(NULL), fAllowEmpty(kFALSE)
    109109{
    110110    fName  = gsDefName.Data();
     
    117117// the class description above.
    118118//
    119 MF::MF(const char *text, const char *name, const char *title)
     119MF::MF(const char *text, const char *name, const char *title) : fAllowEmpty(kFALSE)
    120120{
    121121    fName  = name  ? name  : gsDefName.Data();
Note: See TracChangeset for help on using the changeset viewer.