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:
authorDiego Borghetti <bdiego@gmail.com>2007-09-12 18:28:46 +0400
committerDiego Borghetti <bdiego@gmail.com>2007-09-12 18:28:46 +0400
commit758a5a10e3a088eed05ebacf4e527b6c626a532f (patch)
tree6be8d6739d5c9d949955c8718a61bf1882c866ba /intern/moto/include/MT_Vector4.h
parent58ba2f8f1c4b07820f0659f4d9681c726f76cada (diff)
branches/2-44-stablev2.45
Merge from trunk: revision 12001 revision 12003 revision 12006
Diffstat (limited to 'intern/moto/include/MT_Vector4.h')
-rw-r--r--intern/moto/include/MT_Vector4.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/moto/include/MT_Vector4.h b/intern/moto/include/MT_Vector4.h
index fa91abf2a84..5f1ee99d584 100644
--- a/intern/moto/include/MT_Vector4.h
+++ b/intern/moto/include/MT_Vector4.h
@@ -52,6 +52,7 @@
class MT_Vector4 : public MT_Tuple4 {
public:
+ virtual ~MT_Vector4() {}
MT_Vector4() {}
MT_Vector4(const float *v) : MT_Tuple4(v) {}
MT_Vector4(const double *v) : MT_Tuple4(v) {}