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