From 7cb0ee62f4712e3f79b387ee0648da27551e9755 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Sun, 6 Jul 2008 11:31:19 +0200 Subject: [PATCH] add virtual getSize method --- Tag.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Tag.h b/Tag.h index 926c58a..0daf5d1 100644 --- a/Tag.h +++ b/Tag.h @@ -15,6 +15,7 @@ protected: public: TagType getType(); int getId(); + virtual int getSize() = 0; virtual void* getValue() = 0; private: -- 2.7.4