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/src/core/visual_core.cpp

    r55 r57  
    422422
    423423        // Size ermitteln.
    424         stringbuf *pbuf;
     424        std::stringbuf *pbuf;
    425425        pbuf = myOstream.rdbuf();
    426426        OSG_NOTIFY( osg::WARN ) << "PBUF Bytes available: " << pbuf->in_avail() << std::endl;
Note: See TracChangeset for help on using the changeset viewer.