pkgsrc/multimedia/libflash/patches/patch-ae
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-ae,v 1.1 2006/06/30 21:47:20 tron Exp $
--- Lib/graphic16.h.orig 2000-06-04 09:53:53.000000000 +0100
+++ Lib/graphic16.h 2006-06-30 22:39:22.000000000 +0100
@@ -24,7 +24,7 @@
class GraphicDevice16: public GraphicDevice {
private:
- long GraphicDevice16::allocColor(Color color);
+ long allocColor(Color color);
public:
GraphicDevice16(FlashDisplay *fd);