mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 11:55:35 +08:00
Use default dtor to avoid CLANG warnings
This commit is contained in:
@@ -77,9 +77,6 @@ namespace BlackCore
|
||||
//! Default constructor
|
||||
CGlobalSetup();
|
||||
|
||||
//! Destructor.
|
||||
~CGlobalSetup() {}
|
||||
|
||||
//! Has data loaded from web
|
||||
bool wasLoaded() const { return m_wasLoaded; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user