mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
added missing override in pqithreadstreamer
This commit is contained in:
parent
d659f768b5
commit
f0b23b84f1
@ -31,8 +31,8 @@ public:
|
|||||||
pqithreadstreamer(PQInterface *parent, RsSerialiser *rss, const RsPeerId& peerid, BinInterface *bio_in, int bio_flagsin);
|
pqithreadstreamer(PQInterface *parent, RsSerialiser *rss, const RsPeerId& peerid, BinInterface *bio_in, int bio_flagsin);
|
||||||
|
|
||||||
// from pqistreamer
|
// from pqistreamer
|
||||||
virtual bool RecvItem(RsItem *item);
|
virtual bool RecvItem(RsItem *item) override;
|
||||||
virtual int tick();
|
virtual int tick() override;
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
void threadTick() override; /// @see RsTickingThread
|
void threadTick() override; /// @see RsTickingThread
|
||||||
|
Loading…
Reference in New Issue
Block a user