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/blender/nodes/NOD_geometry_nodes_eval_log.hh')
-rw-r--r--source/blender/nodes/NOD_geometry_nodes_eval_log.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/nodes/NOD_geometry_nodes_eval_log.hh b/source/blender/nodes/NOD_geometry_nodes_eval_log.hh
index 113a7efb0a5..492c67a236f 100644
--- a/source/blender/nodes/NOD_geometry_nodes_eval_log.hh
+++ b/source/blender/nodes/NOD_geometry_nodes_eval_log.hh
@@ -67,7 +67,7 @@ class GenericValueLog : public ValueLog {
class GFieldValueLog : public ValueLog {
private:
fn::GField field_;
- const fn::CPPType &type_;
+ const CPPType &type_;
Vector<std::string> input_tooltips_;
public:
@@ -83,7 +83,7 @@ class GFieldValueLog : public ValueLog {
return input_tooltips_;
}
- const fn::CPPType &type() const
+ const CPPType &type() const
{
return type_;
}