Skip to content

Commit

Permalink
Merge pull request mixxxdj#14029 from daschuer/namespace
Browse files Browse the repository at this point in the history
fix clang-tidy complain
  • Loading branch information
Swiftb0y authored Dec 17, 2024
2 parents c1160ff + 225518d commit a4e61f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widget/wtrackstemmenu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const QList<mixxx::StemChannel> stemTracks = {
mixxx::StemChannel::Third,
mixxx::StemChannel::Fourth,
};
}
} // namespace

WTrackStemMenu::WTrackStemMenu(const QString& label,
QWidget* parent,
Expand Down

0 comments on commit a4e61f9

Please sign in to comment.