Changeset 554 for trunk


Ignore:
Timestamp:
02/10/11 18:51:55 (16 months ago)
Author:
acbernst
Message:

changed field order

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/avango-osg/src/avango/osg/Uniform.cpp

    r552 r554  
    6060  mOsgUniform(osguniform) 
    6161{ 
     62  AV_FC_ADD_ADAPTOR_FIELD(Values, 
     63                            boost::bind(&Uniform::getValuesCB, this, _1), 
     64                            boost::bind(&Uniform::setValuesCB, this, _1)); 
    6265  AV_FC_ADD_ADAPTOR_FIELD(Type, 
    6366                            boost::bind(&Uniform::getTypeCB, this, _1), 
    6467                            boost::bind(&Uniform::setTypeCB, this, _1)); 
    65   AV_FC_ADD_ADAPTOR_FIELD(Values, 
    66                             boost::bind(&Uniform::getValuesCB, this, _1), 
    67                             boost::bind(&Uniform::setValuesCB, this, _1)); 
    6868  AV_FC_ADD_ADAPTOR_FIELD(UniformName, 
    6969                            boost::bind(&Uniform::getUniformNameCB, this, _1), 
Note: See TracChangeset for help on using the changeset viewer.