X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FFDM%2Ffdm_shell.cxx;h=5fa77d89518cb488ecb3c1a492f6ea7700ffaed0;hb=38226af24ec01e8f0a20d7fd73ef838a69f6ef25;hp=401483e4b5ce26b26f881af1e77b30bc8bd7e391;hpb=991beb0b5ecf08df56ad77f6a49b0e20c191be11;p=flightgear.git diff --git a/src/FDM/fdm_shell.cxx b/src/FDM/fdm_shell.cxx index 401483e4b..5fa77d895 100644 --- a/src/FDM/fdm_shell.cxx +++ b/src/FDM/fdm_shell.cxx @@ -94,9 +94,9 @@ void FDMShell::bind() if (_impl->get_bound()) { throw sg_exception("FDMShell::bind of bound FGInterface impl"); } - _tankProperties.bind(); _impl->bind(); } + _tankProperties.bind(); } void FDMShell::unbind()