mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-17 13:24:15 -05:00
added virtual destructor to RsNetworkExchangeService (patch from Cyril)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8365 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
aea5a77aeb
commit
e37e3876a4
@ -61,6 +61,7 @@ class RsNetworkExchangeService
|
|||||||
public:
|
public:
|
||||||
|
|
||||||
RsNetworkExchangeService(){ return;}
|
RsNetworkExchangeService(){ return;}
|
||||||
|
virtual ~RsNetworkExchangeService() {}
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* Use this to set how far back synchronisation of messages should take place
|
* Use this to set how far back synchronisation of messages should take place
|
||||||
|
Loading…
x
Reference in New Issue
Block a user