Skip to content

Commit

Permalink
fix: Mark Encoder and Decoder class as public API.
Browse files Browse the repository at this point in the history
Signed-off-by: Axel Nana <[email protected]>
  • Loading branch information
na2axl committed Sep 16, 2024
1 parent 67045c8 commit b421fa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/SparkyStudios/Audio/Amplitude/Core/Codec.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ namespace SparkyStudios::Audio::Amplitude
*
* The Stream() method of a decoder implementation should be thread-safe.
*/
class Decoder
class AM_API_PUBLIC Decoder
{
public:
/**
Expand Down Expand Up @@ -133,7 +133,7 @@ namespace SparkyStudios::Audio::Amplitude
*
* The Write() methods of an encoder implementation should be thread safe.
*/
class Encoder
class AM_API_PUBLIC Encoder
{
public:
/**
Expand Down

0 comments on commit b421fa0

Please sign in to comment.