1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/devel/yacl/files/patch-ae
Steve Price 6521717ab1 Fix compilation errors when gcc2.95 is the system compiler.
PR:		13754
Submitted by:	maintainer
1999-11-01 01:31:31 +00:00

12 lines
428 B
Plaintext

--- ui/strview.cxx.orig Wed Sep 15 02:46:28 1999
+++ ui/strview.cxx Sun Jun 29 21:32:38 1997
@@ -1249,7 +1249,7 @@
} while (1);
_selection.AddDependent (bind);
#elif defined(__X_MOTIF__)
+ StrViewBind bind (this, &UI_StringView::_SelectionChanged);
- StrViewBind bind (this, UI_StringView::_SelectionChanged);
_selection.RemoveDependent (bind);
_selection.MakeEmpty ();
int* pos_list;