friend SG_Controller;
to:
 friend class SG_Controller;

gcc-3.2 was complaining that it wasn't defined.

Kent
--
mein@cs.umn.edu
This commit is contained in:
Kent Mein 2002-11-05 19:54:23 +00:00
parent f3ba5d80f9
commit 9bddc20bd3

@ -170,7 +170,7 @@ public:
protected:
friend SG_Controller;
friend class SG_Controller;
/**
* Protected constructor this class is not