Ignore:
Timestamp:
10/07/10 16:17:04 (14 years ago)
Author:
hozdoba
Message:

suite du précédent commit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XMLIO_V2/dev/dev_rv/src/XMLIO/declare_attribut.hpp

    r126 r127  
    1818         Attr_##att_name(const att_type& _value) : Attribut<att_type>(_value)       \ 
    1919         { /* Ne rien faire de plus */ }                                            \ 
    20          Attr_##att_name(const Attr_##att_name & att) : Attribut<att_type>(att)     \ 
     20         Attr_##att_name(const Attr_##att_name& _att) : Attribut<att_type>(_att)    \ 
    2121         { /* Ne rien faire de plus */ }                                            \ 
    2222                                                                                    \ 
     
    3333   void setAttr##att_name(const att_type& _newattr) { att_name.setValue(_newattr); }\ 
    3434   void set_##att_name   (const att_type& _newattr) { att_name.setValue(_newattr); }\ 
     35                                                                                    \ 
    3536   Attr_##att_name att_name 
    3637 
Note: See TracChangeset for help on using the changeset viewer.