mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-04 23:25:32 -04: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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue