Added missing template<>

This commit is contained in:
Anonymous
2014-01-19 03:03:24 -07:00
parent e333132979
commit ba8ae9df5b
@@ -26,7 +26,7 @@ namespace Archive
* all respects except that packDeltas() will send the entire map
* on the network.
*/
template<>
void AutoDeltaPackedMap<NetworkId, int>::pack(ByteStream & target, const std::string & buffer)
{
char temp[200];
@@ -58,6 +58,7 @@ namespace Archive
}
}
template<>
void AutoDeltaPackedMap<NetworkId, int>::unpack(ReadIterator & source, std::string & buffer)
{
char temp[200];