summaryrefslogtreecommitdiff
path: root/AK/Hex.h
diff options
context:
space:
mode:
Diffstat (limited to 'AK/Hex.h')
-rw-r--r--AK/Hex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/AK/Hex.h b/AK/Hex.h
index 7c78befbe8..8c631e4582 100644
--- a/AK/Hex.h
+++ b/AK/Hex.h
@@ -24,7 +24,7 @@ constexpr u8 decode_hex_digit(char digit)
return 255;
}
-Optional<ByteBuffer> decode_hex(const StringView&);
+Optional<ByteBuffer> decode_hex(StringView);
String encode_hex(ReadonlyBytes);