summaryrefslogtreecommitdiffstats
path: root/src/NBT/ListTag.hpp
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2015-02-01 01:38:20 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2015-02-01 01:38:20 +0100
commita6a2a6281218688de7a74a9cd2a426aad3fe2da2 (patch)
treea8a40ab0978ebeff31321ae6d094a7ea605ee553 /src/NBT/ListTag.hpp
parentcbe64618821a0ae9f1901ce1a4a3893d939fdc32 (diff)
downloadMinedMap-a6a2a6281218688de7a74a9cd2a426aad3fe2da2.tar
MinedMap-a6a2a6281218688de7a74a9cd2a426aad3fe2da2.zip
More convenient tag access
Diffstat (limited to 'src/NBT/ListTag.hpp')
-rw-r--r--src/NBT/ListTag.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/NBT/ListTag.hpp b/src/NBT/ListTag.hpp
index 6404065..67ba619 100644
--- a/src/NBT/ListTag.hpp
+++ b/src/NBT/ListTag.hpp
@@ -38,7 +38,7 @@ class ListTag : public Tag {
private:
friend class Tag;
- std::vector<std::shared_ptr<Tag>> value;
+ std::vector<std::shared_ptr<const Tag>> value;
ListTag(Buffer *buffer) {