Fix build with gcc 3.4 (friend of typedef is prohibited by C++ standard).
This commit is contained in:
parent
081a0fa9ac
commit
3190699a5e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=116512
1 changed files with 11 additions and 0 deletions
|
@ -0,0 +1,11 @@
|
|||
--- bonobomm/servers/control.h.orig Tue Aug 17 21:13:56 2004
|
||||
+++ bonobomm/servers/control.h Tue Aug 17 21:14:42 2004
|
||||
@@ -71,7 +71,7 @@
|
||||
typedef BonoboControlClass BaseClassType;
|
||||
|
||||
private:
|
||||
- friend class CppClassType;
|
||||
+ friend class Control_Class;
|
||||
static CppClassType control_class_;
|
||||
|
||||
Control(const Control&);
|
Loading…
Reference in a new issue