From 912a0e2310bc2d481929cb5bd6a9d2666cfb955b Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Sat, 23 Apr 2005 21:06:40 +0000 Subject: Unbreak with new GCC by fixing bad C++ code. PR: 77809 Submitted by: self Approved by: maintainer timeout (2 months) --- games/pipenightdreams/files/patch-pointer.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 games/pipenightdreams/files/patch-pointer.h (limited to 'games/pipenightdreams/files/patch-pointer.h') diff --git a/games/pipenightdreams/files/patch-pointer.h b/games/pipenightdreams/files/patch-pointer.h new file mode 100644 index 000000000000..388b83597c3d --- /dev/null +++ b/games/pipenightdreams/files/patch-pointer.h @@ -0,0 +1,15 @@ +--- src/pointer.h.orig Sat Jan 1 14:55:27 2005 ++++ src/pointer.h Sat Jan 1 14:56:09 2005 +@@ -45,9 +45,9 @@ + + inline void setRow(int row); + inline void setColumn(int column); +- inline void setRowColumn(int row, int column); +- inline void setMoved(bool flag); +- inline bool moved(); ++ void setRowColumn(int row, int column); ++ void setMoved(bool flag); ++ bool moved(); + + Str * image_name; + Image * ima; -- cgit v1.2.3