Skip to content

Commit 016f408

Browse files
jared-marsauGitHub Enterprise
authored andcommitted
Build fix - missing curly brace. (#15)
1 parent 2819db1 commit 016f408

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plug-ins/Apple.PHASE/Native/PHASESoundEventInterface.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ int64_t PHASECreateSoundEventParameterDbl(const char* inParameterName, double in
8282
Gets the parameter on a sound event of type double
8383
*/
8484
double PHASEGetSoundEventParameterDbl(int64_t inInstance, const char* inParamName);
85-
85+
8686
/*
8787
Sets a parameter on a sound event of type double
8888
*/
@@ -184,5 +184,5 @@ int64_t PHASEPlaySoundEvent(const char* inName,
184184
Stop a sound event instance.
185185
*/
186186
bool PHASEStopSoundEvent(int64_t inInstance);
187-
187+
} //extern "C"
188188
#endif // PHASESoundEventInterface_h

0 commit comments

Comments
 (0)