You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-print/lm1100/files/lm1100-1.0.2a-class.patch

25 lines
709 B

diff -ur lm1100.1.0.2a~/PaintLine300c.h lm1100.1.0.2a/PaintLine300c.h
--- lm1100.1.0.2a~/PaintLine300c.h 2006-06-22 15:14:36.000000000 +0200
+++ lm1100.1.0.2a/PaintLine300c.h 2006-06-22 15:14:55.000000000 +0200
@@ -32,7 +32,7 @@
int size;
int x,y;
- friend LexmarkProtocol300c;
+ friend class LexmarkProtocol300c;
public:
void pad(int pad_amount);
diff -ur lm1100.1.0.2a~/PaintLineBW.h lm1100.1.0.2a/PaintLineBW.h
--- lm1100.1.0.2a~/PaintLineBW.h 2006-06-22 15:14:36.000000000 +0200
+++ lm1100.1.0.2a/PaintLineBW.h 2006-06-22 15:14:55.000000000 +0200
@@ -33,7 +33,7 @@
int size;
int x,y;
- friend LexmarkProtocolBW;
+ friend class LexmarkProtocolBW;
public:
void pad(int pad_amount);