diff options
Diffstat (limited to 'cpp/src/Transform/Data.cpp')
-rw-r--r-- | cpp/src/Transform/Data.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cpp/src/Transform/Data.cpp b/cpp/src/Transform/Data.cpp index 688bd5f807d..f2f02bfcead 100644 --- a/cpp/src/Transform/Data.cpp +++ b/cpp/src/Transform/Data.cpp @@ -3490,6 +3490,12 @@ Transform::ObjectRef::instantiate() setValue(data); } +Transform::ObjectDataPtr +Transform::ObjectRef::getValue() const +{ + return _value; +} + void Transform::ObjectRef::setValue(const ObjectDataPtr& value) { |