mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-27 15:47:30 -04:00
Fix compialtion after merge
This commit is contained in:
parent
f3ae61b462
commit
be75e89ad2
2 changed files with 8 additions and 8 deletions
|
@ -132,10 +132,10 @@ struct RsGxsForumNotifyRecordsItem: public RsItem
|
||||||
|
|
||||||
virtual ~RsGxsForumNotifyRecordsItem() {}
|
virtual ~RsGxsForumNotifyRecordsItem() {}
|
||||||
|
|
||||||
void serial_process( RsGenericSerializer::SerializeJob j, RsGenericSerializer::SerializeContext& ctx )
|
void serial_process( RsGenericSerializer::SerializeJob j,
|
||||||
{
|
RsGenericSerializer::SerializeContext& ctx )
|
||||||
RS_REGISTER_SERIAL_MEMBER(records);
|
{ RS_SERIAL_PROCESS(records); }
|
||||||
}
|
|
||||||
void clear() {}
|
void clear() {}
|
||||||
|
|
||||||
std::map<RsGxsGroupId,time_t> records;
|
std::map<RsGxsGroupId,time_t> records;
|
||||||
|
|
|
@ -107,10 +107,10 @@ struct RsGxsForumNotifyRecordsItem: public RsItem
|
||||||
|
|
||||||
virtual ~RsGxsForumNotifyRecordsItem() {}
|
virtual ~RsGxsForumNotifyRecordsItem() {}
|
||||||
|
|
||||||
void serial_process( RsGenericSerializer::SerializeJob j, RsGenericSerializer::SerializeContext& ctx )
|
void serial_process( RsGenericSerializer::SerializeJob j,
|
||||||
{
|
RsGenericSerializer::SerializeContext& ctx )
|
||||||
RS_REGISTER_SERIAL_MEMBER(records);
|
{ RS_SERIAL_PROCESS(records); }
|
||||||
}
|
|
||||||
void clear() {}
|
void clear() {}
|
||||||
|
|
||||||
std::map<RsGxsGroupId,time_t> records;
|
std::map<RsGxsGroupId,time_t> records;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue