mirror of
https://github.com/hyprwm/aquamarine.git
synced 2024-11-16 22:05:58 +01:00
drm: add missing destructor (#63)
add missing default constructor to base class IDRMImplentation
This commit is contained in:
parent
41d842669b
commit
a17f9218d9
1 changed files with 1 additions and 0 deletions
|
@ -323,6 +323,7 @@ namespace Aquamarine {
|
|||
|
||||
class IDRMImplementation {
|
||||
public:
|
||||
virtual ~IDRMImplementation() = default;
|
||||
virtual bool commit(Hyprutils::Memory::CSharedPointer<SDRMConnector> connector, SDRMConnectorCommitData& data) = 0;
|
||||
virtual bool reset() = 0;
|
||||
|
||||
|
|
Loading…
Reference in a new issue