diff options
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 |