From 4ece67578188d28e6e922434156440fa6b32a63e Mon Sep 17 00:00:00 2001 From: Tamito Kajiyama Date: Sat, 24 Aug 2013 17:36:45 +0000 Subject: Quiet annoying VC++ warning C4819: The file contains a character that cannot be represented in the current code page. --- source/blender/freestyle/intern/view_map/ViewMapAdvancedIterators.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/freestyle/intern/view_map') diff --git a/source/blender/freestyle/intern/view_map/ViewMapAdvancedIterators.h b/source/blender/freestyle/intern/view_map/ViewMapAdvancedIterators.h index 01e93ba77c7..a8c046c4dc1 100644 --- a/source/blender/freestyle/intern/view_map/ViewMapAdvancedIterators.h +++ b/source/blender/freestyle/intern/view_map/ViewMapAdvancedIterators.h @@ -232,7 +232,7 @@ public: // operator corresponding to i++, i.e. which returns the value *and then* increments it. // That's why we store the value in a temp. - virtual Self operator++(int) // opérateur correspondant à i++ + virtual Self operator++(int) { Self tmp = *this; increment(); -- cgit v1.2.3