Ignore:
Timestamp:
08/12/04 16:41:37 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r1108 r4601  
    1515    Bool_t    IsExisting(TObject *obj) const;
    1616
    17     void      AddPicture(const TGPicture *pic, const char *name);
     17    void      AddPicture(TGPicture *pic, const char *name);
    1818
    1919public:
    20     MGList() : TList() {}
    21     virtual ~MGList();
     20    MGList();
     21    ~MGList();
    2222
    2323    void Add(TObject *obj);
Note: See TracChangeset for help on using the changeset viewer.