Remove virtual keyword

This commit is contained in:
Laurent Montel 2018-11-20 08:05:46 +01:00
parent 5259eaed03
commit c52c79ce3f

View file

@ -120,7 +120,7 @@ class RemoteAccessManagerInterface::Private : public Global::Private
{ {
public: public:
Private(RemoteAccessManagerInterface *q, Display *d); Private(RemoteAccessManagerInterface *q, Display *d);
virtual ~Private() override; ~Private() override;
/** /**
* @brief Send buffer ready notification to all connected clients * @brief Send buffer ready notification to all connected clients