mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 07:35:48 +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:
committed by
Mat Sutcliffe
parent
0b728053f0
commit
024360a5df
@@ -22,11 +22,6 @@ namespace XSwiftBus
|
||||
// void
|
||||
}
|
||||
|
||||
CSettings::CSettings(const std::string &json) : CXSwiftBusSettingsQtFree(json)
|
||||
{
|
||||
// void
|
||||
}
|
||||
|
||||
CSettings CSettingsProvider::getSettings() const
|
||||
{
|
||||
std::lock_guard<std::mutex> l(m_settingsMutex);
|
||||
|
||||
Reference in New Issue
Block a user