summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibSQL/Value.h
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Libraries/LibSQL/Value.h')
-rw-r--r--Userland/Libraries/LibSQL/Value.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Libraries/LibSQL/Value.h b/Userland/Libraries/LibSQL/Value.h
index 475e963dc0..380bb487a3 100644
--- a/Userland/Libraries/LibSQL/Value.h
+++ b/Userland/Libraries/LibSQL/Value.h
@@ -191,7 +191,7 @@ struct AK::Formatter<SQL::Value> : Formatter<StringView> {
namespace IPC {
template<>
-bool encode(Encoder&, SQL::Value const&);
+ErrorOr<void> encode(Encoder&, SQL::Value const&);
template<>
ErrorOr<SQL::Value> decode(Decoder&);