6174d8a10a
- Remove class name from member declarations. - Fix inconsistent use of C and C++ linkage.
13 lines
379 B
Text
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);
|