summaryrefslogtreecommitdiffstats
path: root/include/plist/Array.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/plist/Array.h')
-rw-r--r--include/plist/Array.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/plist/Array.h b/include/plist/Array.h
index 69ff26f..745b750 100644
--- a/include/plist/Array.h
+++ b/include/plist/Array.h
@@ -44,7 +44,7 @@ public :
44 void Insert(Node* node, unsigned int pos); 44 void Insert(Node* node, unsigned int pos);
45 void Remove(Node* node); 45 void Remove(Node* node);
46 void Remove(unsigned int pos); 46 void Remove(unsigned int pos);
47 unsigned int GetNodeIndex(Node* node); 47 unsigned int GetNodeIndex(Node* node) const;
48 48
49private : 49private :
50 std::vector<Node*> _array; 50 std::vector<Node*> _array;