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>2014-04-17 07:45:22 +0400
committerTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2014-04-17 09:37:10 +0400
commit3458bad12d4ba7c1184a44fcdabfef265335d30c (patch)
tree49118b32e20606571902e1ffca6aa20539af2dda /source/blender/freestyle/intern/view_map/Interface0D.h
parent01a4a09f29974ff7c5c381f399aed143df716cc9 (diff)
Freestyle: removed unnecessary #include files and made minor code cleanup.
Diffstat (limited to 'source/blender/freestyle/intern/view_map/Interface0D.h')
-rw-r--r--source/blender/freestyle/intern/view_map/Interface0D.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/source/blender/freestyle/intern/view_map/Interface0D.h b/source/blender/freestyle/intern/view_map/Interface0D.h
index 8f7137f412a..e59ed4c96c8 100644
--- a/source/blender/freestyle/intern/view_map/Interface0D.h
+++ b/source/blender/freestyle/intern/view_map/Interface0D.h
@@ -34,7 +34,7 @@
#include "../geometry/Geom.h"
#include "../system/Id.h"
-#include "../system/Iterator.h" //soc
+#include "../system/Iterator.h"
#include "../system/Precision.h"
#include "../winged_edge/Nature.h"
@@ -64,7 +64,9 @@ class Interface0D
public:
/*! Default constructor */
Interface0D() {}
- virtual ~Interface0D() {}; //soc
+
+ /*! Destructor */
+ virtual ~Interface0D() {};
/*! Returns the string "Interface0D". */
virtual string getExactTypeName() const