ports/databases/mysql-gui/files/patch-Animated_Icon.cc
Pav Lucistnik e4b8424f33 - Fix patching
- 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)
2003-12-14 18:03:48 +00:00

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;