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:
authorTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2010-05-23 12:08:27 +0400
committerTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2010-05-23 12:08:27 +0400
commitff3c742211a96fc0c1267fc0cab502bb16cfdba8 (patch)
treed16bec26e4a325436c462b5569f07537930b080d /source/blender/freestyle/intern
parent02a4dbeff06bba1a9af5c92b184a469374c52957 (diff)
Fix for a compilation issue with GCC.
Diffstat (limited to 'source/blender/freestyle/intern')
-rwxr-xr-xsource/blender/freestyle/intern/view_map/FEdgeXDetector.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/freestyle/intern/view_map/FEdgeXDetector.h b/source/blender/freestyle/intern/view_map/FEdgeXDetector.h
index 14a835d9cd3..4cbaa4a7b5a 100755
--- a/source/blender/freestyle/intern/view_map/FEdgeXDetector.h
+++ b/source/blender/freestyle/intern/view_map/FEdgeXDetector.h
@@ -123,8 +123,8 @@ public:
}
// MATERIAL BOUNDARY
- virtual void FEdgeXDetector::processMaterialBoundaryShape(WXShape* iWShape);
- virtual void FEdgeXDetector::ProcessMaterialBoundaryEdge(WXEdge *iEdge);
+ virtual void processMaterialBoundaryShape(WXShape* iWShape);
+ virtual void ProcessMaterialBoundaryEdge(WXEdge *iEdge);
// EVERYBODY
virtual void buildSmoothEdges(WXShape* iShape);