Skip to content

Commit

Permalink
Build fix - missing curly brace. (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
jared-marsau authored and GitHub Enterprise committed Dec 8, 2023
1 parent 2819db1 commit 016f408
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plug-ins/Apple.PHASE/Native/PHASESoundEventInterface.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ int64_t PHASECreateSoundEventParameterDbl(const char* inParameterName, double in
Gets the parameter on a sound event of type double
*/
double PHASEGetSoundEventParameterDbl(int64_t inInstance, const char* inParamName);

/*
Sets a parameter on a sound event of type double
*/
Expand Down Expand Up @@ -184,5 +184,5 @@ int64_t PHASEPlaySoundEvent(const char* inName,
Stop a sound event instance.
*/
bool PHASEStopSoundEvent(int64_t inInstance);

} //extern "C"
#endif // PHASESoundEventInterface_h

0 comments on commit 016f408

Please sign in to comment.