Ignore:
Timestamp:
07/09/12 11:33:05 (12 years ago)
Author:
ymipsl
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/attribute.hpp

    r345 r352  
    4040            /// Test /// 
    4141            bool isEmpty(void) const; 
    42             template <typename T> inline bool isType(void); 
     42            template <typename T> inline bool isType(void) const; 
    4343 
    4444            /// Destructeur /// 
     
    9292 
    9393      template<typename T> 
    94          bool CAttribute::isType(void) 
     94         bool CAttribute::isType(void) const 
    9595      {  
    9696         return (this->value.type() == typeid(T));  
Note: See TracChangeset for help on using the changeset viewer.