Changeset 57 for osgVisual/include/extLink
- Timestamp:
- May 30, 2010, 1:05:25 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
osgVisual/include/extLink/dataIO_extLinkDummy.h
r32 r57 18 18 #include <dataIO_extLink.h> 19 19 #include <osg/Notify> 20 #include <vector> 20 21 21 22 namespace osgVisual … … 33 34 { 34 35 public: 35 dataIO_extLinkDummy(std::vector<dataIO Slot>& dataSlots_);36 dataIO_extLinkDummy(std::vector<dataIO_slot>& dataSlots_); 36 37 virtual ~dataIO_extLinkDummy(void); 37 38
Note: See TracChangeset
for help on using the changeset viewer.