Changeset 132


Ignore:
Timestamp:
Oct 15, 2010, 10:06:29 AM (14 years ago)
Author:
Torben Dannhauer
Message:
 
Location:
osgVisual
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • osgVisual/include/extLink/dataIO_extLinkDummy.h

    r57 r132  
    3434{
    3535public:
    36         dataIO_extLinkDummy(std::vector<dataIO_slot>& dataSlots_);
     36        dataIO_extLinkDummy(std::vector<dataIO_slot *>& dataSlots_);
    3737        virtual ~dataIO_extLinkDummy(void);
    3838
  • osgVisual/src/extLink/dataIO_extLinkDummy.cpp

    r57 r132  
    2222using namespace osgVisual;
    2323
    24 dataIO_extLinkDummy::dataIO_extLinkDummy(std::vector<dataIO_slot>& dataSlots_) : dataIO_extLink(dataSlots_)
     24dataIO_extLinkDummy::dataIO_extLinkDummy(std::vector<dataIO_slot *>& dataSlots_) : dataIO_extLink(dataSlots_)
    2525{
    2626        OSG_NOTIFY( osg::ALWAYS ) << "extLinkDummy constructed" << std::endl;
Note: See TracChangeset for help on using the changeset viewer.