From: David ‘Bombe’ Roden Date: Sun, 6 Jul 2008 09:31:19 +0000 (+0200) Subject: add virtual getSize method X-Git-Tag: 0.1~10 X-Git-Url: https://git.pterodactylus.net/?p=ecparse.git;a=commitdiff_plain;h=7cb0ee62f4712e3f79b387ee0648da27551e9755 add virtual getSize method --- 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: