summaryrefslogtreecommitdiff
path: root/src/common/extract.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/extract.hpp')
-rw-r--r--src/common/extract.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/extract.hpp b/src/common/extract.hpp
index e798204..31cf111 100644
--- a/src/common/extract.hpp
+++ b/src/common/extract.hpp
@@ -84,7 +84,7 @@ bool extract(XString str, T *iv)
bool extract(XString str, XString *rv);
-bool extract(XString str, FString *rv);
+bool extract(XString str, AString *rv);
template<uint8_t N>
bool extract(XString str, VString<N> *out)