summaryrefslogtreecommitdiffstats
path: root/src/game-server/postman.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game-server/postman.h')
-rw-r--r--src/game-server/postman.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/game-server/postman.h b/src/game-server/postman.h
index 5669ebe..b9cf7bb 100644
--- a/src/game-server/postman.h
+++ b/src/game-server/postman.h
@@ -29,8 +29,11 @@ class Script;
struct PostCallback
{
- void (*handler)(Character *, const std::string &sender,
- const std::string &letter, Script *script);
+ void (*handler)(Character *,
+ const std::string &sender,
+ const std::string &letter,
+ Script *);
+
Script *script;
};