mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 02:45:33 +08:00
Fix weak vtables
This commit is contained in:
@@ -34,6 +34,9 @@ namespace BlackGui
|
||||
{
|
||||
namespace Menus
|
||||
{
|
||||
void IAircraftModelViewMenu::anchor()
|
||||
{ }
|
||||
|
||||
const CLogCategoryList &IAircraftModelViewMenu::getLogCategories()
|
||||
{
|
||||
static const CLogCategoryList cats { CLogCategory::guiComponent() };
|
||||
|
||||
@@ -28,6 +28,8 @@ namespace BlackGui
|
||||
//! Menu base class for aircraft model view menus
|
||||
class IAircraftModelViewMenu : public IMenuDelegate
|
||||
{
|
||||
virtual void anchor();
|
||||
|
||||
public:
|
||||
//! Constructor
|
||||
IAircraftModelViewMenu(BlackGui::Views::CAircraftModelView *modelView, bool separator = true) :
|
||||
|
||||
Reference in New Issue
Block a user