mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 15:15:50 +08:00
[xswiftbus] Protected destructor to avoid GCC/Clang warning
This commit is contained in:
committed by
Mat Sutcliffe
parent
081e663997
commit
60ba3ca67f
@@ -41,7 +41,7 @@ namespace XSwiftBus
|
||||
/*!
|
||||
* Main plugin class
|
||||
*/
|
||||
class CPlugin : public CSettingsProvider
|
||||
class CPlugin final : public CSettingsProvider
|
||||
{
|
||||
public:
|
||||
//! Constructor
|
||||
|
||||
Reference in New Issue
Block a user