Fix build with gcc 3.4 (friend of typedef is prohibited by C++ standard).

This commit is contained in:
Alexander Nedotsukov 2004-08-17 12:19:52 +00:00
parent 081a0fa9ac
commit 3190699a5e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=116512

View file

@ -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&);