diff options
Diffstat (limited to 'src/mmo/version.cpp')
-rw-r--r-- | src/mmo/version.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mmo/version.cpp b/src/mmo/version.cpp index aec4e73..93ea794 100644 --- a/src/mmo/version.cpp +++ b/src/mmo/version.cpp @@ -66,7 +66,7 @@ Version CURRENT_MAP_SERVER_VERSION = LString CURRENT_VERSION_STRING = VERSION_STRING; -bool extract(XString str, Version *vers) +bool impl_extract(XString str, Version *vers) { *vers = {}; // TODO should I try to extract dev and vend also? |