[server] C++ 11 style default virtual destructor

This commit is contained in:
Alessandro Pasotti 2017-01-13 09:32:21 +01:00
parent 0f7dfc9285
commit 1a6b977386
2 changed files with 1 additions and 6 deletions

View File

@ -23,8 +23,3 @@ QgsServerInterface::QgsServerInterface():
mConfigFilePath( QString() )
{
}
QgsServerInterface::~QgsServerInterface()
{
}

View File

@ -57,7 +57,7 @@ class SERVER_EXPORT QgsServerInterface
//! Constructor
QgsServerInterface();
virtual ~QgsServerInterface() = 0;
virtual ~QgsServerInterface() = default;
/**
* Set the request handler