mirror of
https://github.com/anope/anope.git
synced 2026-07-06 21:03:13 +02:00
Use C++11 default initializers and destructors where possible.
This commit is contained in:
@@ -27,7 +27,7 @@ class CoreExport Thread : public Pipe, public Extensible
|
||||
|
||||
/** Threads destructor
|
||||
*/
|
||||
virtual ~Thread();
|
||||
virtual ~Thread() = default;
|
||||
|
||||
/** Join to the thread, sets the exit state to true
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user