summaryrefslogtreecommitdiffstats
path: root/src/NBT/EndTag.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/NBT/EndTag.hpp')
-rw-r--r--src/NBT/EndTag.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/NBT/EndTag.hpp b/src/NBT/EndTag.hpp
index c969e98..4582f5d 100644
--- a/src/NBT/EndTag.hpp
+++ b/src/NBT/EndTag.hpp
@@ -42,6 +42,9 @@ public:
virtual Type getType() const {
return Type::End;
}
+
+ virtual void print(std::ostream&, const std::string &) const {
+ }
};
}