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/geometry/Polygon.h')
-rw-r--r--source/blender/freestyle/intern/geometry/Polygon.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/freestyle/intern/geometry/Polygon.h b/source/blender/freestyle/intern/geometry/Polygon.h
index 5ee4353ef5a..e217a67b03e 100644
--- a/source/blender/freestyle/intern/geometry/Polygon.h
+++ b/source/blender/freestyle/intern/geometry/Polygon.h
@@ -162,8 +162,8 @@ public:
}
// FIXME Is it possible to get rid of userdatas ?
- void* userdata;
- void* userdata2; // Used during ray casting
+ void *userdata;
+ void *userdata2; // Used during ray casting
protected:
vector<Point> _vertices;