X-Git-Url: https://git.pterodactylus.net/?p=ecparse.git;a=blobdiff_plain;f=Tag.h;fp=Tag.h;h=0daf5d1953b1e284920293ac17d0102688d1edac;hp=926c58a09d55ae093ad8b2aea5174633d38218ec;hb=7cb0ee62f4712e3f79b387ee0648da27551e9755;hpb=8e1a365b548620ff912272eee8788900bff16070 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: