[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [54821] trunk/blender/source/gameengine/ Physics/common/PHY_IPhysicsController.h: BGE: Adding back the virtual destructor to PHY_IPhysicsController, which was accidentally removed in r54807.

Mitchell Stokes mogurijin at gmail.com
Sun Feb 24 19:48:58 CET 2013


Revision: 54821
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=54821
Author:   moguri
Date:     2013-02-24 18:48:57 +0000 (Sun, 24 Feb 2013)
Log Message:
-----------
BGE: Adding back the virtual destructor to PHY_IPhysicsController, which was accidentally removed in r54807.

Revision Links:
--------------
    http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=54807

Modified Paths:
--------------
    trunk/blender/source/gameengine/Physics/common/PHY_IPhysicsController.h

Modified: trunk/blender/source/gameengine/Physics/common/PHY_IPhysicsController.h
===================================================================
--- trunk/blender/source/gameengine/Physics/common/PHY_IPhysicsController.h	2013-02-24 18:04:10 UTC (rev 54820)
+++ trunk/blender/source/gameengine/Physics/common/PHY_IPhysicsController.h	2013-02-24 18:48:57 UTC (rev 54821)
@@ -45,6 +45,7 @@
 {
 
 	public:
+		virtual ~PHY_IPhysicsController(){};
 		/**
 		 * SynchronizeMotionStates ynchronizes dynas, kinematic and deformable entities (and do 'late binding')
 		 */




More information about the Bf-blender-cvs mailing list