Skip to content

Commit

Permalink
Mising attribute would prevent destroyAudioFormatException to be call…
Browse files Browse the repository at this point in the history
…ed from nothrow @nogc context
  • Loading branch information
Guillaume Piolat committed Feb 7, 2023
1 parent 0be0e5d commit af7d490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/audioformats/package.d
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public import audioformats.stream;
public import audioformats.internals: AudioFormatsException;

/// Frees an exception thrown by audio-formats.
void destroyAudioFormatException(AudioFormatsException e)
void destroyAudioFormatException(AudioFormatsException e) nothrow @nogc
{
import audioformats.internals;
destroyFree!AudioFormatsException(e);
Expand Down

0 comments on commit af7d490

Please sign in to comment.