X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=src%2Ftable.h;h=6e886b78100cbc18fa6c44c3c0b6be1672fcf4e4;hb=f122ce0ab001618fb4936f179df1f560c7f9e63f;hp=f726c4ec1d3f1506c49a1c14d90ee61eb6a38edc;hpb=50bc134b69455d4b1b178e99db38d83e7285bed5;p=satune.git diff --git a/src/table.h b/src/table.h index f726c4e..6e886b7 100644 --- a/src/table.h +++ b/src/table.h @@ -3,9 +3,9 @@ #include "classlist.h" #include "mymemory.h" -class Table { -public: - MEMALLOC; -private: +struct Table { + }; + +Table * allocTable(); #endif