Ignore:
Timestamp:
10/29/01 11:15:53 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mbase/MParList.h

    r986 r1003  
    1414#endif
    1515
    16 #ifndef ROOT_TOrdCollection
    17 #include "TOrdCollection.h"
     16#ifndef ROOT_TObjArray
     17#include <TObjArray.h>
    1818#endif
    1919#ifndef MPARCONTAINER_H
     
    2121#endif
    2222
    23 #include <TObjArray.h>
     23class TOrdCollection;
    2424
    2525class MLog;
     
    2828{
    2929private:
    30     TOrdCollection fContainer;  // Collection of Parameter and Data Containers
    31     TOrdCollection fAutodelete; // All what this list contains is deleted in the destructor
     30    TOrdCollection *fContainer; // Collection of Parameter and Data Containers
     31    TOrdCollection *fAutodelete; // All what this list contains is deleted in the destructor
    3232
    3333    static TString GetClassName(const char *classname);
Note: See TracChangeset for help on using the changeset viewer.