Reflect change to makeBaseApp template. Registrar function can now be static.
This commit is contained in:
@@ -116,7 +116,7 @@ static registryFunctionRef subRef[] = {
|
||||
{"exampleAppleScriptProcess",(REGISTRYFUNCTION)exampleAppleScriptProcess}
|
||||
};
|
||||
|
||||
void registerExampleAppleScript(void)
|
||||
static void registerExampleAppleScript(void)
|
||||
{
|
||||
registryFunctionRefAdd(subRef,NELEMENTS(subRef));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user