From 3fb8e19a38148a7fde30d1d3233761e810a1619e Mon Sep 17 00:00:00 2001 From: frohlich Date: Thu, 4 Jan 2007 12:51:13 +0000 Subject: [PATCH] Modified Files: condition.hxx: Also derive from SGReferenced --- simgear/props/condition.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simgear/props/condition.hxx b/simgear/props/condition.hxx index 5f06a5e5..c70e86d7 100644 --- a/simgear/props/condition.hxx +++ b/simgear/props/condition.hxx @@ -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 (); -- 2.39.5