summaryrefslogtreecommitdiff
path: root/src/hook_mon_speak_in.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/hook_mon_speak_in.hpp')
-rw-r--r--src/hook_mon_speak_in.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hook_mon_speak_in.hpp b/src/hook_mon_speak_in.hpp
index f3a14338..337daaf8 100644
--- a/src/hook_mon_speak_in.hpp
+++ b/src/hook_mon_speak_in.hpp
@@ -1,8 +1,8 @@
#pragma once
-#include "h-basic.h"
+#include "h-basic.hpp"
struct hook_mon_speak_in {
s32b m_idx;
- cptr m_name;
+ const char *m_name;
};