mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-04 00:45:46 +08:00
Ref T709, avoid pure virtual assert by removing the JSON ctor, which is calling a virtual function in the ctor
This commit is contained in:
@@ -24,9 +24,6 @@ namespace XSwiftBus
|
||||
//! Constructor.
|
||||
CSettings();
|
||||
|
||||
//! JSON constructor
|
||||
CSettings(const std::string &json);
|
||||
|
||||
protected:
|
||||
//! \copydoc BlackMisc::Simulation::Settings::CXSwiftBusSettingsQtFree::objectUpdated
|
||||
virtual void objectUpdated() override final {}
|
||||
|
||||
Reference in New Issue
Block a user