Ignore:
Timestamp:
05/01/14 19:31:35 (11 years ago)
Author:
tbretz
Message:
I am not sure this is needed here, but to avoid potential problems I give CINT also a hint here about the size of the structure.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mcore/zofits.h

    r17752 r17753  
    3434
    3535#ifdef __CINT__
    36         struct CatalogEntry;
     36        // CINT doesn't like the packed attribute...
     37        // Therefore we give another hint of the size of the structure
     38        struct CatalogEntry { char dummy[16]; };
    3739#else
    3840        //catalog types
Note: See TracChangeset for help on using the changeset viewer.