aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node/variablenode.h
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2018-02-24 17:06:10 +0100
committerRenaud G <renaud@rolisteam.org>2018-02-24 17:06:10 +0100
commitff78f313abd4839b77f17255b79dd4499bce0512 (patch)
treebca17428464e6184a34f382bf28b3c3204b16519 /node/variablenode.h
parent4eeb6ff50f3153c3e139507d99efdf2bc1b9314c (diff)
downloadOneRoll-ff78f313abd4839b77f17255b79dd4499bce0512.tar.gz
OneRoll-ff78f313abd4839b77f17255b79dd4499bce0512.zip
-remove warnings
Diffstat (limited to 'node/variablenode.h')
-rw-r--r--node/variablenode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/node/variablenode.h b/node/variablenode.h
index 6e9cc78..1df9acd 100644
--- a/node/variablenode.h
+++ b/node/variablenode.h
@@ -26,7 +26,7 @@ public:
void setData(std::vector<ExecutionNode *>* data);
private:
- qint64 m_index;
+ quint64 m_index;
std::vector<ExecutionNode*>* m_data;
};