aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node/variablenode.h
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2019-09-24 13:41:28 +0200
committerRenaud G <renaud@rolisteam.org>2019-09-24 23:04:27 +0200
commita1c3be28ef55cc28be06f456e1736df3ffbe87ec (patch)
tree1ca873a904d9c9bb40765e5a3c6da4ead55d7566 /node/variablenode.h
parentbec6706b14525e5b886a8551bf6c644a828d635a (diff)
downloadOneRoll-a1c3be28ef55cc28be06f456e1736df3ffbe87ec.tar.gz
OneRoll-a1c3be28ef55cc28be06f456e1736df3ffbe87ec.zip
Change index API from qint64 to quint64
Diffstat (limited to 'node/variablenode.h')
-rw-r--r--node/variablenode.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/node/variablenode.h b/node/variablenode.h
index c26e60d..45133c6 100644
--- a/node/variablenode.h
+++ b/node/variablenode.h
@@ -19,8 +19,8 @@ public:
* @return
*/
virtual ExecutionNode* getCopy() const;
- qint64 getIndex() const;
- void setIndex(qint64 index);
+ quint64 getIndex() const;
+ void setIndex(quint64 index);
std::vector<ExecutionNode*>* getData() const;
void setData(std::vector<ExecutionNode*>* data);