mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Cleanups and fixes.
This commit is contained in:
@@ -202,7 +202,7 @@ STVector256* STVector256::construct(SerializerIterator& u, SField::ref name)
|
||||
return new STVector256(name, value);
|
||||
}
|
||||
|
||||
void STVector256::add(Serializer& s) const
|
||||
void STVector256::addData(Serializer& s) const
|
||||
{
|
||||
s.addVL(mValue.empty() ? NULL : mValue[0].begin(), mValue.size() * (256 / 8));
|
||||
}
|
||||
@@ -427,7 +427,7 @@ std::string STPathSet::getText() const
|
||||
}
|
||||
#endif
|
||||
|
||||
void STPathSet::add(Serializer& s) const
|
||||
void STPathSet::addData(Serializer& s) const
|
||||
{
|
||||
bool bFirst = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user