summaryrefslogtreecommitdiff
path: root/include/commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/commands.h')
-rw-r--r--include/commands.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/commands.h b/include/commands.h
index 6935db576..1242efa72 100644
--- a/include/commands.h
+++ b/include/commands.h
@@ -54,7 +54,7 @@ class CoreExport CommandSource
/* The nick executing the command */
Anope::string nick;
/* User executing the command, may be NULL */
- Reference<User> u;
+ User *u;
public:
/* The account executing the command */
Reference<NickCore> nc;