mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-28 06:25:49 +00:00
Cleanup
This commit is contained in:
@@ -381,7 +381,7 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
template<typename Stream>
|
template<typename Stream>
|
||||||
void Serialize(Stream& s, int nType=0, int nVersion=4000) const /* DJS: version default? */
|
void Serialize(Stream& s, int nType=0) const
|
||||||
{
|
{
|
||||||
s.write((char*)pn, sizeof(pn));
|
s.write((char*)pn, sizeof(pn));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user