Skip to content

Commit

Permalink
drm: add missing destructor
Browse files Browse the repository at this point in the history
add missing default constructor to base class IDRMImplentation
  • Loading branch information
gulafaran committed Aug 21, 2024
1 parent 696a5ad commit 58e373e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/aquamarine/backend/DRM.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 58e373e

Please sign in to comment.