Changeset 30

Show
Ignore:
Timestamp:
03/25/07 21:15:10 (2 years ago)
Author:
astraw
Message:

remove reference to osg::Vec4ub on OSG < 1.0, which doesn't have it

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/pyosg/osg/Vec4ub.cpp

    r24 r30  
    99// This software is provided "as is" without express or implied warranty, 
    1010// and with no claim as to its suitability for any purpose. 
    11  
     11#if (OSG_VERSION_MAJOR>=1) 
    1212#include <boost/python/class.hpp> 
    1313#include <boost/python/operators.hpp> 
     
    128128} 
    129129} 
     130#endif // (OSG_VERSION_MAJOR>=1)