]> git.mxchange.org Git - simgear.git/blobdiff - simgear/scene/material/mipmap.hxx
Work around apparent OSG 3.2.0 normal binding bug.
[simgear.git] / simgear / scene / material / mipmap.hxx
index 747592e778ab75c9d7f44349a37988e51591f845..0a908c5975ac39e2a631e7104b47f292dcd2b9d5 100644 (file)
@@ -28,7 +28,7 @@ namespace osg {
 namespace simgear
 {
 class Effect;
-class SGReaderWriterXMLOptions;
+class SGReaderWriterOptions;
 
 namespace effect {
 enum MipMapFunction {
@@ -43,7 +43,7 @@ enum MipMapFunction {
 typedef boost::tuple<MipMapFunction, MipMapFunction, MipMapFunction, MipMapFunction> MipMapTuple;
 
 MipMapTuple makeMipMapTuple(Effect* effect, const SGPropertyNode* props,
-                      const SGReaderWriterXMLOptions* options);
+                      const SGReaderWriterOptions* options);
 osg::Image* computeMipmap( osg::Image* image, MipMapTuple attrs );
 } }