swift
aircraftmodelsetprovider.cpp
1 // SPDX-FileCopyrightText: Copyright (C) 2019 swift Project Community / Contributors
2 // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1
4 namespace swift::misc::simulation
5 {
6  // pin vtable to this file
7  void IAircraftModelSetProvider::anchor() {}
8 } // namespace swift::misc::simulation