mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-28 08:07:31 -04:00
fixed compilation
This commit is contained in:
parent
48688eae3f
commit
5b3e488b42
6 changed files with 91 additions and 20 deletions
|
@ -122,7 +122,7 @@ class RsItem: public RsMemoryManagement::SmallObject
|
|||
*/
|
||||
typedef enum { SIZE_ESTIMATE = 0x01, SERIALIZE = 0x02, DESERIALIZE = 0x03, PRINT=0x04 } SerializeJob ;
|
||||
|
||||
virtual void serial_process(SerializeJob j,SerializeContext& ctx)
|
||||
virtual void serial_process(SerializeJob /* j */,SerializeContext& /* ctx */)
|
||||
{
|
||||
std::cerr << "(EE) RsItem::serial_process() called by an item using new serialization classes, but not derived! " << std::endl;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue