Skip to content

Commit

Permalink
export operator<< for loudnessmetadata
Browse files Browse the repository at this point in the history
  • Loading branch information
rsjbailey committed Jun 16, 2021
1 parent 7a44f62 commit 6163f28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/adm/elements/audio_content.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -268,8 +268,8 @@ namespace adm {
boost::optional<MixedContentKind> mixedContentKind_;
};

std::ostream& operator<<(std::ostream& stream,
const LoudnessMetadatas& loudnessMetaDatas);
ADM_EXPORT std::ostream& operator<<(
std::ostream& stream, const LoudnessMetadatas& loudnessMetaDatas);

// ---- Implementation ---- //

Expand Down

0 comments on commit 6163f28

Please sign in to comment.