[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [28929] branches/soc-2008-mxcurioni/source /blender/freestyle/intern/view_map/FEdgeXDetector.h: Fix for a compilation issue with GCC.

Tamito Kajiyama rd6t-kjym at asahi-net.or.jp
Sun May 23 10:08:27 CEST 2010


Revision: 28929
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=28929
Author:   kjym3
Date:     2010-05-23 10:08:27 +0200 (Sun, 23 May 2010)

Log Message:
-----------
Fix for a compilation issue with GCC.

Modified Paths:
--------------
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/view_map/FEdgeXDetector.h

Modified: branches/soc-2008-mxcurioni/source/blender/freestyle/intern/view_map/FEdgeXDetector.h
===================================================================
--- branches/soc-2008-mxcurioni/source/blender/freestyle/intern/view_map/FEdgeXDetector.h	2010-05-23 08:00:44 UTC (rev 28928)
+++ branches/soc-2008-mxcurioni/source/blender/freestyle/intern/view_map/FEdgeXDetector.h	2010-05-23 08:08:27 UTC (rev 28929)
@@ -123,8 +123,8 @@
   }
 
   // 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);





More information about the Bf-blender-cvs mailing list