mirror of
https://git.freebsd.org/ports.git
synced 2025-06-10 07:10:32 -04:00
- Fix build on 4.x - Add patches to build on 5.x from edwin Note this does not build on 5.x, my C++ fu is not good enough to overcome iterator usage in admin.cc. Patches are welcomed. PR: ports/47862 Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net> (maintainer)
11 lines
231 B
C++
11 lines
231 B
C++
--- FL/Selection.H.orig Wed Sep 3 19:03:20 2003
|
|
+++ FL/Selection.H Wed Sep 3 19:03:27 2003
|
|
@@ -17,7 +17,7 @@
|
|
private:
|
|
class SelectionRange
|
|
{
|
|
- friend Selection;
|
|
+ friend class Selection;
|
|
private:
|
|
int mFrom;
|
|
int mTo;
|