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/gameengine/Expressions/EXP_VoidValue.h')
-rw-r--r--source/gameengine/Expressions/EXP_VoidValue.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/gameengine/Expressions/EXP_VoidValue.h b/source/gameengine/Expressions/EXP_VoidValue.h
index 8b2c29488d7..ba7a383e911 100644
--- a/source/gameengine/Expressions/EXP_VoidValue.h
+++ b/source/gameengine/Expressions/EXP_VoidValue.h
@@ -39,7 +39,7 @@
//
// Void value, used to transport *any* type of data
//
-class CVoidValue : public CPropValue
+class CVoidValue : public CPropValue
{
//PLUGIN_DECLARE_SERIAL (CVoidValue,CValue)
@@ -67,12 +67,12 @@ public:
/// Value replication
virtual CValue* GetReplica();
-
+
/// Data members
bool m_bDeleteOnDestruct;
void* m_pAnything;
-
-
+
+
#ifdef WITH_CXX_GUARDEDALLOC
MEM_CXX_CLASS_ALLOC_FUNCS("GE:CVoidValue")
#endif