Ignore:
Timestamp:
May 30, 2010, 1:05:25 PM (14 years ago)
Author:
Torben Dannhauer
Message:

corrected cluster/dataIO_clusterUDP.h and extLink/dataIO_extLinkDummy.h and extLink/dataIO_extLinkVCL.h to be able to use it in any combination.h

File:
1 edited

Legend:

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

    r32 r57  
    1818#include <dataIO_extLink.h>
    1919#include <osg/Notify>
     20#include <vector>
    2021
    2122namespace osgVisual
     
    3334{
    3435public:
    35         dataIO_extLinkDummy(std::vector<dataIOSlot>& dataSlots_);
     36        dataIO_extLinkDummy(std::vector<dataIO_slot>& dataSlots_);
    3637        virtual ~dataIO_extLinkDummy(void);
    3738
Note: See TracChangeset for help on using the changeset viewer.