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/view_map/ViewMap.h')
-rwxr-xr-xsource/blender/freestyle/intern/view_map/ViewMap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/freestyle/intern/view_map/ViewMap.h b/source/blender/freestyle/intern/view_map/ViewMap.h
index e4b0d915ada..3f6be25312a 100755
--- a/source/blender/freestyle/intern/view_map/ViewMap.h
+++ b/source/blender/freestyle/intern/view_map/ViewMap.h
@@ -99,12 +99,12 @@ public:
/*! Gets the viewedge the nearest to the
* 2D position specified as argument
*/
- const ViewEdge * GetClosestViewEdge(real x, real y) const ;
+ const ViewEdge * getClosestViewEdge(real x, real y) const ;
/*! Gets the Fedge the nearest to the
* 2D position specified as argument
*/
- const FEdge * GetClosestFEdge(real x, real y) const ;
+ const FEdge * getClosestFEdge(real x, real y) const ;
/* accessors */
/*! The ViewMap is a singleton class. This static method