Changeset 2634


Ignore:
Timestamp:
05/30/24 08:54:19 (3 weeks ago)
Author:
jderouillat
Message:

Fix a typo in return statement of commit 2633

File:
1 edited

Legend:

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

    r2633 r2634  
    7272 
    7373            bool canInherite(void) {return _canInherite ;} 
    74             bool setCannotInherit(void) {_canInherite=false ;} 
    75             bool setCanInherit(void) {_canInherite=true ;} 
     74            void setCannotInherit(void) {_canInherite=false ;} 
     75            void setCanInherit(void) {_canInherite=true ;} 
    7676         protected :  
    7777            bool _canInherite ; 
Note: See TracChangeset for help on using the changeset viewer.