Skip to content

Commit

Permalink
Merge pull request #3558 from uklotzde/cue-default-ctor
Browse files Browse the repository at this point in the history
Prevent creation of undefined Cue object
  • Loading branch information
uklotzde committed Jan 14, 2021
2 parents b7e72bf + 3516131 commit 374b64d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/track/cue.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ class Cue : public QObject {
double endPosition;
};

Cue() = delete;

/// For roundtrips during tests
Cue(
const mixxx::CueInfo& cueInfo,
Expand Down

0 comments on commit 374b64d

Please sign in to comment.