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_StringValue.h')
-rw-r--r--source/gameengine/Expressions/EXP_StringValue.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/gameengine/Expressions/EXP_StringValue.h b/source/gameengine/Expressions/EXP_StringValue.h
index ca59ebf1f82..57c5de2206b 100644
--- a/source/gameengine/Expressions/EXP_StringValue.h
+++ b/source/gameengine/Expressions/EXP_StringValue.h
@@ -21,10 +21,10 @@
#include "EXP_Value.h"
-class CStringValue : public CPropValue
+class CStringValue : public CPropValue
{
-
+
//PLUGIN_DECLARE_SERIAL(CStringValue,CValue)
public:
/// Construction / destruction
@@ -37,7 +37,7 @@ public:
virtual const STR_String & GetText();
virtual double GetNumber();
virtual int GetValueType();
-
+
virtual CValue* Calc(VALUE_OPERATOR op, CValue *val);
virtual CValue* CalcFinal(VALUE_DATA_TYPE dtype, VALUE_OPERATOR op, CValue *val);
virtual void SetValue(CValue* newval) { m_strString = newval->GetText(); SetModified(true); }