From 3689fb2140698b1b4eff0933fe730262b161f533 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Sun, 28 Nov 1999 18:18:19 +0000 Subject: gcc 2.95 requires us to be explicit about the return type of functions. --- audio/xcd/files/patch-aa | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 audio/xcd/files/patch-aa (limited to 'audio/xcd/files') diff --git a/audio/xcd/files/patch-aa b/audio/xcd/files/patch-aa new file mode 100644 index 000000000000..d7649f5ebf5a --- /dev/null +++ b/audio/xcd/files/patch-aa @@ -0,0 +1,11 @@ +--- cdplayer.cc.orig Sat Nov 27 16:20:49 1999 ++++ cdplayer.cc Sat Nov 27 16:24:02 1999 +@@ -29,7 +29,7 @@ + public: + button (char *s) {state=0; strcpy (name, s);} + ~button () {} +- set (int i) { ++ void set (int i) { + if (state != i) { + state = i; + if (state == 0) -- cgit v1.2.3