Use default dtor to avoid CLANG warnings

This commit is contained in:
Klaus Basan
2018-09-15 03:14:30 +02:00
parent 74f3301679
commit c61171bde3

View File

@@ -77,9 +77,6 @@ namespace BlackCore
//! Default constructor
CGlobalSetup();
//! Destructor.
~CGlobalSetup() {}
//! Has data loaded from web
bool wasLoaded() const { return m_wasLoaded; }