summaryrefslogtreecommitdiff
path: root/src/mmo/human_time_diff.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mmo/human_time_diff.cpp')
-rw-r--r--src/mmo/human_time_diff.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mmo/human_time_diff.cpp b/src/mmo/human_time_diff.cpp
index e434773..aaa7928 100644
--- a/src/mmo/human_time_diff.cpp
+++ b/src/mmo/human_time_diff.cpp
@@ -25,7 +25,7 @@
namespace tmwa
{
-bool extract(XString str, HumanTimeDiff *iv)
+bool impl_extract(XString str, HumanTimeDiff *iv)
{
// str is a sequence of [-+]?[0-9]+([ay]|m|[jd]|h|mn|s)
// there are NO spaces here