diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2004-04-29 15:35:00 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2004-04-29 15:35:00 +0000 |
commit | 1a897a19105498bff0104e296a6c39a5864e5600 (patch) | |
tree | 47271fb17bf78aab0beec17b117a767a4491d0c4 /include/ctables.h | |
parent | 7b945354cc8f3fde0a5a491facb577eccd5897cc (diff) |
Moved more types into Extensible
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@752 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/ctables.h')
-rw-r--r-- | include/ctables.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/ctables.h b/include/ctables.h index cd3dc83a7..2a1be7b77 100644 --- a/include/ctables.h +++ b/include/ctables.h @@ -13,16 +13,16 @@ * * --------------------------------------------------- */ +#ifndef __CTABLES_H__ +#define __CTABLES_H__ + #include "inspircd_config.h" #include "inspircd.h" #include "base.h" -#ifndef __CTABLES_H__ -#define __CTABLES_H__ - /** A structure that defines a command */ -class command_t : public classbase +class command_t : public Extensible { public: /** Command name |