mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Fix clang warnings
This commit is contained in:
committed by
Vinnie Falco
parent
9bf1a76e91
commit
cd30e552a7
@@ -497,7 +497,7 @@ public:
|
||||
//
|
||||
//--------------------------------------------------------------------------
|
||||
|
||||
void onWrite (PropertyStream& stream)
|
||||
void onWrite (PropertyStream::Map& stream)
|
||||
{
|
||||
}
|
||||
|
||||
@@ -589,7 +589,7 @@ public:
|
||||
PeerByShortId::iterator const iter (
|
||||
m_shortIdMap.find (id));
|
||||
if (iter != m_shortIdMap.end ())
|
||||
iter->second;
|
||||
return iter->second;
|
||||
return Peer::pointer();
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user