mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -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
370 B
C++
11 lines
370 B
C++
--- Animated_Icon.cc.orig Wed Sep 3 19:04:06 2003
|
|
+++ Animated_Icon.cc Wed Sep 3 19:04:14 2003
|
|
@@ -1,7 +1,7 @@
|
|
#include <FL/Fl.H>
|
|
#include <FL/Animated_Icon.h>
|
|
|
|
-Animated_Icon::Animated_Icon(int x, int y, int w, int h, const char *l = 0) :
|
|
+Animated_Icon::Animated_Icon(int x, int y, int w, int h, const char *l) :
|
|
Fl_Box(x, y, w, h, l)
|
|
{
|
|
first = current = 0;
|