From 0915505fb7bd20ed4013077e2de7e45de75053a8 Mon Sep 17 00:00:00 2001 From: zhongjin Date: Sun, 6 Nov 2022 17:09:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'src/MultiPlayer/multiplay?= =?UTF-8?q?mgr.cxx'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/MultiPlayer/multiplaymgr.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/MultiPlayer/multiplaymgr.cxx b/src/MultiPlayer/multiplaymgr.cxx index 0f5414c..f34aeeb 100644 --- a/src/MultiPlayer/multiplaymgr.cxx +++ b/src/MultiPlayer/multiplaymgr.cxx @@ -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,