From 5e9fcb3b9ea0dedb3ef1926f6f983c130253f8d3 Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Mon, 9 Oct 2006 10:30:43 +0000 Subject: - fix build with gcc41 --- misc/estic/files/patch-resed.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 misc/estic/files/patch-resed.h (limited to 'misc/estic/files') diff --git a/misc/estic/files/patch-resed.h b/misc/estic/files/patch-resed.h new file mode 100644 index 000000000000..07a617f33411 --- /dev/null +++ b/misc/estic/files/patch-resed.h @@ -0,0 +1,11 @@ +--- spunk/resed.h.orig Fri Feb 21 12:05:28 1997 ++++ spunk/resed.h Mon Oct 9 12:07:54 2006 +@@ -184,7 +184,7 @@ + void IDPrompt (i16& ID, int& Abort); + void EditIDPrompt (i16& ID, int& Abort); + void MinMaxPrompt (i32& Min, i32& Max, i32 MinVal, i32 MaxVal, int& Abort); +- void ResEditApp::FMinMaxPrompt (double& Min, double& Max, double MinVal, ++ void FMinMaxPrompt (double& Min, double& Max, double MinVal, + double MaxVal, int& Abort); + void TextIDPrompt (String& Text, i16& ID, int& Abort); + void DeleteRes (); -- cgit v1.2.3