warning: ‘Active’ will be initialized after 'CanWait'
This commit is contained in:
parent
62f3923692
commit
c469f072f1
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user