Removing the "uint8*" methods from SerializationFormat.

They conflict with the "char" version, so that other classes would now
pick the wrong one. Added a bit of casting to HLL to use the "char"
versions instead.
This commit is contained in:
Robin Sommer 2013-08-31 11:03:40 -07:00
parent a8ac7d8a5b
commit de5bb65ff7
4 changed files with 4 additions and 38 deletions

View file

@ -54,7 +54,6 @@ public:
DECLARE_WRITE(type)
DECLARE_IO(int)
DECLARE_IO(uint8)
DECLARE_IO(uint16)
DECLARE_IO(uint32)
DECLARE_IO(int64)