1
0
mirror of https://github.com/anope/anope.git synced 2026-07-08 14:03:13 +02:00

Fix deleting mode locks

This commit is contained in:
Adam
2013-07-04 23:05:16 -04:00
parent 3fbdde5e18
commit 7edc76f7fb
+1
View File
@@ -18,6 +18,7 @@ struct ModeLock
Anope::string setter;
time_t created;
virtual ~ModeLock() { }
protected:
ModeLock() { }
};