mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-27 00:15:51 -04:00
fixed bug in serialization for turtle
This commit is contained in:
parent
636450f14d
commit
121133488c
15 changed files with 19 additions and 18 deletions
|
@ -183,7 +183,7 @@ class RsFileTransferSerialiser: public RsSerializer
|
|||
|
||||
virtual ~RsFileTransferSerialiser() {}
|
||||
|
||||
RsItem *create_item(uint16_t service_type,uint8_t item_type) ;
|
||||
RsItem *create_item(uint16_t service_type,uint8_t item_type) const ;
|
||||
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue