]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_timedbans.cpp
Make classbase and refcountbase uncopyable; expand comments on their indended uses
[user/henk/code/inspircd.git] / src / modules / m_timedbans.cpp
index 02e687b2d439b9c9081a6ac30c0f336ab16f8a43..94301bb7b6735572826e8b29b0db28871251af6d 100644 (file)
@@ -17,7 +17,7 @@
 
 /** Holds a timed ban
  */
-class TimedBan : public classbase
+class TimedBan
 {
  public:
        std::string channel;