Ignore:
Timestamp:
09/16/16 15:21:16 (8 years ago)
Author:
tbretz
Message:
It seems typedefs and templates need to be public with the newer compiler to work with the root dictionary (5.34/36) or it is the root version (uncritical)
File:
1 edited

Legend:

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

    r17779 r18594  
    988988        // data layout related stuff
    989989        /// Regular columns augmented with compression informations
     990
     991    public: // Public for the root dictionary
    990992        struct CompressedColumn
    991993        {
     
    9991001            FITS::Compression block_head;  ///< the compression data associated with that column
    10001002        };
     1003
     1004    protected:
    10011005        std::vector<CompressedColumn> fRealColumns;     ///< Vector hosting the columns of the file
    10021006        uint32_t                      fRealRowWidth;    ///< Width in bytes of one uncompressed row
Note: See TracChangeset for help on using the changeset viewer.