mirror of
https://github.com/anope/anope.git
synced 2026-07-06 14:13:13 +02:00
Use C++11 default initializers and destructors where possible.
This commit is contained in:
+1
-1
@@ -453,7 +453,7 @@ namespace DNS
|
||||
class ReplySocket : public virtual Socket
|
||||
{
|
||||
public:
|
||||
virtual ~ReplySocket() { }
|
||||
virtual ~ReplySocket() = default;
|
||||
virtual void Reply(Packet *p) = 0;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user