]> git.pld-linux.org Git - packages/icewm.git/blame - icewm-gcc34.patch
- R: xinitrc-ng instead of xinitrc
[packages/icewm.git] / icewm-gcc34.patch
CommitLineData
bfd25b99 1diff -ruN icewm-1.2.15pre1./src/base.h icewm-1.2.15pre1/src/base.h
2--- icewm-1.2.15pre1./src/base.h 2004-07-06 22:05:46.914841864 +0200
3+++ icewm-1.2.15pre1/src/base.h 2004-07-06 22:05:32.211077176 +0200
4@@ -171,7 +171,6 @@
5 int strpcmp(char const *str, char const *pfx, char const *delim = "=:");
6 unsigned strtoken(const char *str, const char *delim = " \t");
7 char const * strnxt(const char *str, const char *delim = " \t");
8-extern "C" char *basename(const char *filename);
310b8c10 9
bfd25b99 10 bool strequal(const char *a, const char *b);
11 int strnullcmp(const char *a, const char *b);
12diff -ruN icewm-1.2.15pre1./src/icesound.cc icewm-1.2.15pre1/src/icesound.cc
13--- icewm-1.2.15pre1./src/icesound.cc 2004-07-06 22:07:53.000000000 +0200
14+++ icewm-1.2.15pre1/src/icesound.cc 2004-07-06 22:12:24.544392984 +0200
15@@ -190,7 +190,8 @@
16 virtual int init(int & argc, char **& argv);
17
18 private:
19- friend class CommandLine : public YCommandLine {
20+ friend class CommandLine;
21+ class CommandLine : public YCommandLine {
22 public:
23 CommandLine(int & argc, char **& argv, YOSSAudio & oss):
24 YCommandLine(argc, argv), oss(oss) {}
25@@ -326,7 +327,8 @@
26 virtual int init(int & argc, char **& argv);
27
28 private:
29- friend class CommandLine : public YCommandLine {
30+ friend class CommandLine;
31+ class CommandLine : public YCommandLine {
32 public:
33 CommandLine(int & argc, char **& argv, YESDAudio & esd):
34 YCommandLine(argc, argv), esd(esd) {}
35@@ -502,7 +504,8 @@
36 Coefficient lVol = 1.0, Coefficient rVol = 1.0);
37
38 private:
39- friend class CommandLine : public YCommandLine {
40+ friend class CommandLine;
41+ class CommandLine : public YCommandLine {
42 public:
43 CommandLine(int & argc, char **& argv, YY2Audio & yiff):
44 YCommandLine(argc, argv), yiff(yiff) {}
This page took 0.054473 seconds and 4 git commands to generate.