summaryrefslogtreecommitdiff
path: root/Libraries/LibGfx/Point.h
diff options
context:
space:
mode:
Diffstat (limited to 'Libraries/LibGfx/Point.h')
-rw-r--r--Libraries/LibGfx/Point.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Libraries/LibGfx/Point.h b/Libraries/LibGfx/Point.h
index daf466d6a3..7b97b51a5d 100644
--- a/Libraries/LibGfx/Point.h
+++ b/Libraries/LibGfx/Point.h
@@ -179,5 +179,6 @@ const LogStream& operator<<(const LogStream&, const Point&);
}
namespace IPC {
+bool encode(Encoder&, const Gfx::Point&);
bool decode(Decoder&, Gfx::Point&);
}