]> git.mxchange.org Git - flightgear.git/blobdiff - src/Autopilot/functor.hxx
ITM radio calculations are only considered valid
[flightgear.git] / src / Autopilot / functor.hxx
index b68b683c31f0ae91c66763e191edc9ab117589e8..2f1ac36dfa2f18d8276248cc8f26fca09a184ba3 100644 (file)
@@ -35,8 +35,7 @@ public:
 };
 
 template <class TClass,class TBase> class CreateAndConfigureFunctor : 
-  public FunctorBase<TBase>,
-  SGReferenced {
+  public FunctorBase<TBase> {
 public:
   virtual TBase * operator()( SGPropertyNode_ptr configNode ) { 
     TBase * base = new TClass();