Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/freestyle/intern/scene_graph/SceneVisitor.h')
-rwxr-xr-xsource/blender/freestyle/intern/scene_graph/SceneVisitor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/freestyle/intern/scene_graph/SceneVisitor.h b/source/blender/freestyle/intern/scene_graph/SceneVisitor.h
index c57bd2e0f6e..5f67b4b44aa 100755
--- a/source/blender/freestyle/intern/scene_graph/SceneVisitor.h
+++ b/source/blender/freestyle/intern/scene_graph/SceneVisitor.h
@@ -60,7 +60,7 @@ class TriangleRep;
class VertexRep;
class IndexedFaceSet;
class DrawingStyle;
-class Material;
+class FrsMaterial;
class LIB_SCENE_GRAPH_EXPORT SceneVisitor
{
@@ -92,7 +92,7 @@ public:
VISIT_COMPLETE_DEF(VertexRep)
VISIT_COMPLETE_DEF(IndexedFaceSet)
VISIT_COMPLETE_DEF(DrawingStyle)
- VISIT_COMPLETE_DEF(Material)
+ VISIT_COMPLETE_DEF(FrsMaterial)
};
#endif // SCENEVISITOR_H