更新 'src/MultiPlayer/multiplaymgr.cxx'

This commit is contained in:
zhongjin 2022-11-06 17:09:45 +08:00
parent c3be883b1e
commit 0915505fb7

View File

@ -693,6 +693,8 @@ const unsigned int numProperties = (sizeof(sIdPropertyList) / sizeof(sIdProperty
// Look up a property ID using binary search.
namespace
{
using namespace simgear;
struct ComparePropertyId
{
bool operator()(const IdPropertyList& lhs,