Skip to content

Commit

Permalink
drm: add missing destructor (#63)
Browse files Browse the repository at this point in the history
add missing default constructor to base class IDRMImplentation
  • Loading branch information
gulafaran authored Aug 21, 2024
1 parent 41d8426 commit a17f921
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 a17f921

Please sign in to comment.