mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-23 05:45:35 +08:00
Use nested namespaces (C++17 feature)
This commit is contained in:
@@ -32,14 +32,11 @@
|
||||
#include <QtGlobal>
|
||||
#include <atomic>
|
||||
|
||||
namespace BlackMisc
|
||||
namespace BlackMisc::Aviation
|
||||
{
|
||||
namespace Aviation
|
||||
{
|
||||
class CAircraftSituation;
|
||||
class CCallsign;
|
||||
class CTransponder;
|
||||
}
|
||||
class CAircraftSituation;
|
||||
class CCallsign;
|
||||
class CTransponder;
|
||||
}
|
||||
|
||||
namespace BlackCore
|
||||
|
||||
Reference in New Issue
Block a user