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_HashedPtr.h')
-rw-r--r--source/gameengine/Expressions/EXP_HashedPtr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/gameengine/Expressions/EXP_HashedPtr.h b/source/gameengine/Expressions/EXP_HashedPtr.h
index 7c7c5f6e5ec..fbb6762c351 100644
--- a/source/gameengine/Expressions/EXP_HashedPtr.h
+++ b/source/gameengine/Expressions/EXP_HashedPtr.h
@@ -49,8 +49,8 @@ public:
{
return rhs.m_valptr == lhs.m_valptr;
}
-
-
+
+
#ifdef WITH_CXX_GUARDEDALLOC
MEM_CXX_CLASS_ALLOC_FUNCS("GE:CHashedPtr")
#endif