diff --git a/core/include/Variable/Variable.h b/core/include/Variable/Variable.h index 51e3174..e67ba68 100644 --- a/core/include/Variable/Variable.h +++ b/core/include/Variable/Variable.h @@ -34,7 +34,7 @@ public: void setCacheRange(const SqpRange &cacheRange) noexcept; /// @return the data of the variable, nullptr if there is no data - IDataSeries *dataSeries() const noexcept; + std::shared_ptr dataSeries() const noexcept; QVariantHash metadata() const noexcept;