Ignore:
Timestamp:
02/21/02 12:08:03 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r1116 r1218  
    9898    //      Is this another bug in root?
    9999    //
     100#if ROOT_VERSION_CODE < ROOT_VERSION(3,02,07)
    100101    if (!obj->IsA()->InheritsFrom(TGWidget::Class()))
    101102        return NULL;
     103#endif
    102104
    103105    return (TGWidget*)obj->IsA()->DynamicCast(TGWidget::Class(), obj);
Note: See TracChangeset for help on using the changeset viewer.