From c930587ff1fd23cf14c9c428d1756a02e10728d0 Mon Sep 17 00:00:00 2001 From: obiwankennedy Date: Thu, 30 Nov 2017 13:24:17 +0100 Subject: -Fix Variable node --- node/variablenode.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'node/variablenode.h') diff --git a/node/variablenode.h b/node/variablenode.h index 9173ae3..6e9cc78 100644 --- a/node/variablenode.h +++ b/node/variablenode.h @@ -22,12 +22,12 @@ public: qint64 getIndex() const; void setIndex(qint64 index); - std::vector getData() const; - void setData(const std::vector &data); + std::vector* getData() const; + void setData(std::vector* data); private: qint64 m_index; - std::vector m_data; + std::vector* m_data; }; #endif // VARIABLENODE_H -- cgit v1.2.3-70-g09d2