summaryrefslogtreecommitdiff
path: root/src/mmo/extract.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mmo/extract.cpp')
-rw-r--r--src/mmo/extract.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mmo/extract.cpp b/src/mmo/extract.cpp
index b0a01f1..deb3a64 100644
--- a/src/mmo/extract.cpp
+++ b/src/mmo/extract.cpp
@@ -40,13 +40,13 @@ bool extract(XString str, AString *rv)
return true;
}
-bool extract(XString str, struct global_reg *var)
+bool extract(XString str, GlobalReg *var)
{
return extract(str,
record<','>(&var->str, &var->value));
}
-bool extract(XString str, struct item *it)
+bool extract(XString str, Item *it)
{
XString ignored;
return extract(str,