mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -04:00
fixed bug in history serializer
This commit is contained in:
parent
214aaa7c9b
commit
4f4240d570
3 changed files with 5 additions and 5 deletions
|
@ -289,7 +289,7 @@ public:
|
|||
/*! create_item
|
||||
* should be overloaded to create the correct type of item depending on the data
|
||||
*/
|
||||
virtual RsItem *create_item(uint8_t /* class */, uint8_t /* item_type */) const=0;
|
||||
virtual RsItem *create_item(uint8_t /* item_type */, uint8_t /* item_sub_type */) const=0;
|
||||
|
||||
RsItem *deserialise(void *data,uint32_t *size) ;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue