changed:
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:
@@ -170,7 +170,7 @@ public:
|
|||||||
|
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
friend SG_Controller;
|
friend class SG_Controller;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Protected constructor this class is not
|
* Protected constructor this class is not
|
||||||
|
Reference in New Issue
Block a user