From b353ae37eb6d374aec4127f1849a5dce81f812b5 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Tue, 24 Jun 2014 18:52:00 -0700 Subject: No one is .neutral() here (except IPv4 addresses) --- src/mmo/extract.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mmo/extract.cpp') 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, -- cgit v1.2.3-70-g09d2