summaryrefslogtreecommitdiff
path: root/src/map/magic-stmt.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/magic-stmt.hpp')
-rw-r--r--src/map/magic-stmt.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/magic-stmt.hpp b/src/map/magic-stmt.hpp
index 28af140..0385858 100644
--- a/src/map/magic-stmt.hpp
+++ b/src/map/magic-stmt.hpp
@@ -36,8 +36,8 @@ namespace magic
{
struct op_t
{
- ZString name;
- ZString signature;
+ LString name;
+ LString signature;
int (*op)(dumb_ptr<env_t> env, Slice<val_t> arga);
};