]> git.pld-linux.org Git - packages/clanbomber.git/blame_incremental - clanbomber-gcc33.patch
- massive change ( validate errors warrings from desktop-file-validate)
[packages/clanbomber.git] / clanbomber-gcc33.patch
... / ...
CommitLineData
1--- clanbomber-1.02a/clanbomber/ClanBomber.h~ 2004-09-25 09:30:27.000000000 +0200
2+++ clanbomber-1.02a/clanbomber/ClanBomber.h 2004-09-25 09:30:27.000000000 +0200
3@@ -102,7 +102,7 @@
4
5 class ClanBomberApplication : public CL_ClanApplication
6 {
7-friend Debug;
8+friend class Debug;
9 protected:
10
11 void run_intro();
12--- clanbomber-1.02a/clanbomber/Controller_AI.h~ 2004-09-25 09:40:27.000000000 +0200
13+++ clanbomber-1.02a/clanbomber/Controller_AI.h 2004-09-25 09:40:27.000000000 +0200
14@@ -100,9 +100,9 @@
15
16 class Controller_AI : public Controller
17 {
18-friend Job_Go;
19-friend Job_PutBomb;
20-friend Job_Wait;
21+friend class Job_Go;
22+friend class Job_PutBomb;
23+friend class Job_Wait;
24 public:
25 Controller_AI ();
26 virtual ~Controller_AI () {};
27--- clanbomber-1.02a/clanbomber/Menu.h~ 2004-09-25 10:45:59.000000000 +0200
28+++ clanbomber-1.02a/clanbomber/Menu.h 2004-09-25 10:45:59.000000000 +0200
29@@ -29,7 +29,7 @@
30
31 class MenuItem
32 {
33- friend Menu;
34+ friend class Menu;
35 public:
36 MenuItem( const CL_String _text, int _id, int _parent );
37 virtual ~MenuItem() {};
38@@ -60,7 +60,7 @@
39
40 class MenuItem_Value : public MenuItem
41 {
42-friend Menu;
43+friend class Menu;
44 public:
45 MenuItem_Value( const CL_String _text, int _id, int _parent, int _min, int _max, int _value );
46 virtual ~MenuItem_Value() {};
47@@ -85,7 +85,7 @@
48
49 class MenuItem_String : public MenuItem
50 {
51-friend Menu;
52+friend class Menu;
53 public:
54 MenuItem_String( const CL_String _text, int _id, int _parent, CL_String _string);
55 virtual ~MenuItem_String() {};
56@@ -101,7 +101,7 @@
57
58 class MenuItem_StringList : public MenuItem
59 {
60-friend Menu;
61+friend class Menu;
62 public:
63 MenuItem_StringList( const CL_String _text, int _id, int _parent, CL_Array<CL_String> _string_list, int _value );
64 virtual ~MenuItem_StringList() {};
This page took 0.056944 seconds and 4 git commands to generate.