aboutsummaryrefslogtreecommitdiff
path: root/zencore/include
diff options
context:
space:
mode:
Diffstat (limited to 'zencore/include')
-rw-r--r--zencore/include/zencore/string.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/zencore/include/zencore/string.h b/zencore/include/zencore/string.h
index bbbb09004..013f2f568 100644
--- a/zencore/include/zencore/string.h
+++ b/zencore/include/zencore/string.h
@@ -553,7 +553,7 @@ ToHexBytes(const uint8_t* InputData, size_t ByteCount, char* OutString)
}
}
-ZENCORE_API void FormatHex(uint32_t Value, char OutBlockHexString[9]);
+ZENCORE_API void ToHex(uint32_t Value, char OutBlockHexString[9]);
ZENCORE_API bool ParseHex(const std::string HexString, uint32_t& OutValue);
//////////////////////////////////////////////////////////////////////////