Skip to content

Commit

Permalink
Remove unnecessary explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
dshil authored and gavv committed Nov 1, 2023
1 parent 53d218f commit 718edf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/internal_modules/roc_audio/pcm_mapper.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ namespace audio {
class PcmMapper : public core::NonCopyable<> {
public:
//! Initialize.
explicit PcmMapper(const PcmFormat& input_fmt, const PcmFormat& output_fmt);
PcmMapper(const PcmFormat& input_fmt, const PcmFormat& output_fmt);

//! Get input format.
const PcmFormat& input_format() const;
Expand Down

0 comments on commit 718edf4

Please sign in to comment.