]> git.mxchange.org Git - flightgear.git/commit
autopilot: Introduce virtual dtor.
authorMathias Froehlich <Mathias.Froehlich@web.de>
Sun, 29 Jul 2012 15:57:23 +0000 (17:57 +0200)
committerMathias Froehlich <Mathias.Froehlich@web.de>
Sun, 29 Jul 2012 15:59:38 +0000 (17:59 +0200)
commit86e61cfd7817b6cf83640d759fa6b6be8c0f67ca
treed86356b95400cc4f945316611d06fdbb70604f7b
parenta131589a6c57a1858a2449a6055c83af821bec4f
autopilot: Introduce virtual dtor.

Introduce a virtual destructor to make deleting
FunctorBase instances ComponentForge::~ComponentForge
work reliable.
src/Autopilot/functor.hxx