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_ListValue.h')
-rw-r--r--source/gameengine/Expressions/EXP_ListValue.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/gameengine/Expressions/EXP_ListValue.h b/source/gameengine/Expressions/EXP_ListValue.h
index f5421066f62..d5c14be8c37 100644
--- a/source/gameengine/Expressions/EXP_ListValue.h
+++ b/source/gameengine/Expressions/EXP_ListValue.h
@@ -21,7 +21,7 @@
#include "EXP_Value.h"
-class CListValue : public CPropValue
+class CListValue : public CPropValue
{
Py_Header
//PLUGIN_DECLARE_SERIAL (CListValue,CValue)
@@ -48,7 +48,7 @@ public:
bool RemoveValue(CValue* val);
void SetReleaseOnDestruct(bool bReleaseContents);
bool SearchValue(CValue* val);
-
+
CValue* FindValue(const STR_String & name);
CValue* FindValue(const char *name);
@@ -81,7 +81,7 @@ public:
KX_PYMETHOD_VARARGS(CListValue,get);
KX_PYMETHOD_O(CListValue,from_id);
#endif
-
+
private:
std::vector<CValue*> m_pValueArray;