Ignore:
Timestamp:
Aug 23, 2010, 11:43:12 PM (14 years ago)
Author:
Torben Dannhauer
Message:
 
File:
1 edited

Legend:

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

    r88 r118  
    4141         *
    4242         */
    43         dataIO_extLink(std::vector<osgVisual::dataIO_slot>& dataSlots_) : dataSlots(dataSlots_){}
     43        dataIO_extLink(std::vector<osgVisual::dataIO_slot *>& dataSlots_) : dataSlots(dataSlots_){}
    4444
    4545        /**
     
    8787         * This central dataSlot array is filled with available slots by this extLink class.
    8888         */
    89         std::vector<dataIO_slot>& dataSlots;
     89        std::vector<dataIO_slot *>& dataSlots;
    9090 
    9191};
Note: See TracChangeset for help on using the changeset viewer.