]> git.mxchange.org Git - simgear.git/commitdiff
Modified Files:
authorfrohlich <frohlich>
Thu, 4 Jan 2007 12:51:13 +0000 (12:51 +0000)
committerfrohlich <frohlich>
Thu, 4 Jan 2007 12:51:13 +0000 (12:51 +0000)
condition.hxx: Also derive from SGReferenced

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 ();