diff --git a/simgear/nasal/cppbind/NasalEmesaryInterface.hxx b/simgear/nasal/cppbind/NasalEmesaryInterface.hxx index 5f9e1665..a25ab7bf 100644 --- a/simgear/nasal/cppbind/NasalEmesaryInterface.hxx +++ b/simgear/nasal/cppbind/NasalEmesaryInterface.hxx @@ -63,7 +63,7 @@ namespace nasal class NasalMainLoopRecipient : public simgear::Emesary::IReceiver { public: - NasalMainLoopRecipient() : receiveCount(0), Active(false), CanWait(false) { + NasalMainLoopRecipient() : receiveCount(0), CanWait(false), Active(false) { simgear::Emesary::GlobalTransmitter::instance()->Register(*this); } virtual ~NasalMainLoopRecipient() {