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/mfileio/MWriteFitsFile.h

    r17868 r18594  
    152152   void        SetupHeaderKeys(MRawRunHeader &header);
    153153
     154public:
    154155   //Header keys related stuff
    155156   template<typename _T>
     
    184185   }
    185186
    186 public:
    187187   template<typename _T>
    188188   bool SetHeaderKey(const std::string& key,
Note: See TracChangeset for help on using the changeset viewer.