mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-15 10:54:22 -05:00
add a missing declaration
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1986 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
68802e1191
commit
d549d8d144
@ -242,6 +242,7 @@ int pqiperson::notifyEvent(NetInterface *ni, int newState)
|
||||
{
|
||||
if (!(it->second)->thisNetInterface(ni))
|
||||
{
|
||||
std::ostringstream out;
|
||||
out << "Resetting pqi ref : " << &(it->second) << std::endl;
|
||||
pqioutput(PQL_DEBUG_BASIC, pqipersonzone, out.str());
|
||||
it->second->reset();
|
||||
|
Loading…
Reference in New Issue
Block a user