Modified Files:

condition.hxx: Also derive from SGReferenced
This commit is contained in:
frohlich 2007-01-04 12:51:13 +00:00
parent 2ea2f1b4f2
commit 3fb8e19a38

View File

@ -146,7 +146,7 @@ private:
* invoke the test() method whenever it needs to decide whether to
* active itself, draw itself, and so on.
*/
class SGConditional
class SGConditional : public SGReferenced
{
public:
SGConditional ();