mirror of
https://bitbucket.org/seefoe/src.git
synced 2026-07-31 01:15:45 -04:00
Added missing template<>
This commit is contained in:
@@ -253,6 +253,7 @@ namespace Archive
|
||||
put(target,source.m_hasReceivedReward);
|
||||
}
|
||||
|
||||
template<>
|
||||
void Archive::AutoDeltaPackedMap<uint32,PlayerQuestData>::unpack(ReadIterator & source, std::string & buffer)
|
||||
{
|
||||
char temp[200];
|
||||
@@ -307,6 +308,7 @@ namespace Archive
|
||||
}
|
||||
}
|
||||
|
||||
template<>
|
||||
void Archive::AutoDeltaPackedMap<uint32,PlayerQuestData>::pack(ByteStream & target, std::string const & buffer)
|
||||
{
|
||||
char temp[200];
|
||||
|
||||
Reference in New Issue
Block a user