Package: jugglemaster / 0.4-9

wx28-compatibility.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Description: Fixes for wxwidgets2.8 compatibility
 Should still be compatible with xwidgets2.6.
Author: Olly Betts <olly@survex.com>

---
Bug-Debian: http://bugs.debian.org/645408
Forwarded: no
Last-Update: 2011-10-15

--- jugglemaster-0.4.orig/src/jmdlx/jmdlx.h
+++ jugglemaster-0.4/src/jmdlx/jmdlx.h
@@ -43,7 +43,7 @@ public:
 private:
   JMFrame* parent;
   JMLib* jmlib;
-  wxBrush* ball_colors[NUMBALLCOLORS];
+  const wxBrush* ball_colors[NUMBALLCOLORS];
 
   DECLARE_EVENT_TABLE()
 };