]> git.mxchange.org Git - simgear.git/blobdiff - simgear/props/condition.hxx
Merge branch 'fred/precip' into next
[simgear.git] / simgear / props / condition.hxx
index 5f06a5e5b2a5ce670478f55c13193a1fbc330c65..c70e86d74d77ea356f041fb2b430df61d379d0ac 100644 (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 ();