diff options
Diffstat (limited to 'Userland/Libraries/LibCore/Proxy.h')
-rw-r--r-- | Userland/Libraries/LibCore/Proxy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Libraries/LibCore/Proxy.h b/Userland/Libraries/LibCore/Proxy.h index 780114c3fb..a427569dd1 100644 --- a/Userland/Libraries/LibCore/Proxy.h +++ b/Userland/Libraries/LibCore/Proxy.h @@ -54,7 +54,7 @@ struct ProxyData { namespace IPC { template<> -bool encode(Encoder&, Core::ProxyData const&); +ErrorOr<void> encode(Encoder&, Core::ProxyData const&); template<> ErrorOr<Core::ProxyData> decode(Decoder&); |