mirror of
https://github.com/anope/anope.git
synced 2026-06-27 15:06:38 +02:00
Remove or fix various useless uses of const.
This commit is contained in:
+1
-1
@@ -115,7 +115,7 @@ public:
|
||||
return !(!BinarySocket::ProcessWrite() || this->write_buffer.empty());
|
||||
}
|
||||
|
||||
const Anope::string GetIP() override
|
||||
Anope::string GetIP() const override
|
||||
{
|
||||
return this->ip;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user