mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-06 08:05:18 -04:00
Better naming for serialization helper macro
This commit is contained in:
parent
18891645e0
commit
9d40d416f6
8 changed files with 86 additions and 85 deletions
|
@ -212,4 +212,4 @@ RS_REGISTER_SERIALIZABLE_TYPE_DEF(RsChatMsgItem)
|
|||
void PrivateOugoingMapItem::serial_process(
|
||||
RsGenericSerializer::SerializeJob j,
|
||||
RsGenericSerializer::SerializeContext& ctx )
|
||||
{ RS_REGISTER_SERIAL_MEMBER(store); }
|
||||
{ RS_PROCESS_SERIAL_MEMBER(store); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue