View | Details | Raw Unified | Return to bug 114079
Collapse All | Expand All

(-)sysutils/bbapm/files/patch-Image.hh (-1 / +1 lines)
Lines 16-22 Link Here
16
+  int allocated;
16
+  int allocated;
17
+  unsigned char red, green, blue;
17
+  unsigned char red, green, blue;
18
+  unsigned long pixel;
18
+  unsigned long pixel;
19
+  BColor::BColor() { allocated = False; }
19
+  BColor() { allocated = False; }
20
+};
20
+};
21
+#endif
21
+#endif
22
 
22
 
(-)sysutils/bbapm/files/patch-resource.hh (+13 lines)
Line 0 Link Here
1
--- resource.hh.orig	Sat Aug 21 05:41:11 1999
2
+++ resource.hh	Thu Jun  7 03:32:31 2007
3
@@ -81,8 +81,8 @@
4
 {
5
 
6
 public:
7
-    Resource::Resource(ToolWindow *);
8
-    Resource::~Resource(void);
9
+    Resource(ToolWindow *);
10
+    ~Resource(void);
11
 
12
     struct FRAME frame;
13
     struct LABEL label;

Return to bug 114079