mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-02 11:16:34 -04:00
added missing override in pqithreadstreamer
This commit is contained in:
parent
d659f768b5
commit
f0b23b84f1
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue