mirror of
https://github.com/pocoproject/poco.git
synced 2025-03-12 23:10:22 +01:00
remove return
This commit is contained in:
parent
4223efae59
commit
d49ffcfb13
@ -66,7 +66,7 @@ void MessageHeader::write(std::ostream& ostr) const
|
|||||||
|
|
||||||
void MessageHeader::read(std::istream& istr)
|
void MessageHeader::read(std::istream& istr)
|
||||||
{
|
{
|
||||||
return read(istr, 0);
|
read(istr, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user