Modified Files:
condition.hxx: Also derive from SGReferenced
This commit is contained in:
parent
2ea2f1b4f2
commit
3fb8e19a38
@ -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 ();
|
||||
|
Loading…
Reference in New Issue
Block a user