X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMultiPlayer%2Fmultiplaymgr.hxx;h=eb5fc1edf004bda1570503d828a03c1ced3c3c94;hb=52ac173257bf9cc780f0faee5049314442083140;hp=ab110ed3b565ca53f681ea1d6e90b0a350298ab3;hpb=050221c30697d5abc9658f5b626418286895c16b;p=flightgear.git diff --git a/src/MultiPlayer/multiplaymgr.hxx b/src/MultiPlayer/multiplaymgr.hxx index ab110ed3b..eb5fc1edf 100644 --- a/src/MultiPlayer/multiplaymgr.hxx +++ b/src/MultiPlayer/multiplaymgr.hxx @@ -58,7 +58,7 @@ public: struct IdPropertyList { unsigned id; const char* name; - SGPropertyNode::Type type; + simgear::props::Type type; }; static const IdPropertyList sIdPropertyList[]; static const unsigned numProperties; @@ -86,7 +86,7 @@ private: void ProcessChatMsg(const MsgBuf& Msg, const netAddress& SenderAddress); /// maps from the callsign string to the FGAIMultiplayer - typedef std::map > MultiPlayerMap; + typedef std::map > MultiPlayerMap; MultiPlayerMap mMultiPlayerMap; netSocket* mSocket;