summaryrefslogtreecommitdiff
path: root/include/caller.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/caller.h')
-rw-r--r--include/caller.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/caller.h b/include/caller.h
index 88e7df4a1..64b37611f 100644
--- a/include/caller.h
+++ b/include/caller.h
@@ -44,7 +44,7 @@
*
* MyNewFunction replaceme(ServerInstance);
*
- * someclass->MyFunction = &replaceme;
+ * someclass->MyFunction = \&replaceme;
*
* After this point, calls to someclass->MyFunction will call the new code in your
* replacement functor.