pkgsrc/multimedia/libflash/patches/patch-al
tron 6174d8a10a Fix build with GCC 4.x:
- Remove class name from member declarations.
- Fix inconsistent use of C and C++ linkage.
2006-06-30 21:47:20 +00:00

13 lines
379 B
Text

$NetBSD: patch-al,v 1.1 2006/06/30 21:47:20 tron Exp $
--- Lib/graphic32.h.orig 2000-06-04 10:38:40.000000000 +0100
+++ Lib/graphic32.h 2006-06-30 22:40:56.000000000 +0100
@@ -24,7 +24,7 @@
class GraphicDevice32: public GraphicDevice {
private:
- long GraphicDevice32::allocColor(Color color);
+ long allocColor(Color color);
public:
GraphicDevice32(FlashDisplay *fd);