]> git.mxchange.org Git - simgear.git/blobdiff - simgear/scene/material/TextureBuilder.hxx
Fix removal of directories.
[simgear.git] / simgear / scene / material / TextureBuilder.hxx
index c8105e750b58385b571be804a3e402a55bab7adb..c4225a212cfd8c5e861c8bf72c9d01efb4cbf0b8 100644 (file)
@@ -27,7 +27,7 @@ class TextureBuilder : public EffectBuilder<osg::Texture>
 {
 public:
     // Hack to force inclusion of TextureBuilder.cxx in library
-    static osg::Texture* buildFromType(Effect* effect, const std::string& type,
+    static osg::Texture* buildFromType(Effect* effect, Pass* pass, const std::string& type,
                                        const SGPropertyNode*props,
                                        const SGReaderWriterOptions* options);
 };