mirror of
https://github.com/anope/anope.git
synced 2026-06-30 18:06:39 +02:00
Switch Destroy methods to delete
This commit is contained in:
+2
-2
@@ -75,11 +75,11 @@ class CoreExport Serializable : public virtual Base
|
||||
Serializable(const Anope::string &serialize_type);
|
||||
Serializable(const Serializable &);
|
||||
|
||||
virtual ~Serializable();
|
||||
|
||||
Serializable &operator=(const Serializable &);
|
||||
|
||||
public:
|
||||
virtual ~Serializable();
|
||||
|
||||
/* Unique ID (per type, not globally) for this object */
|
||||
unsigned int id;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user