Reflect change to makeBaseApp template. Registrar function can now be static.

This commit is contained in:
W. Eric Norum
2003-04-22 18:46:37 +00:00
parent 181d5f4ff0
commit bf59a164b9
+1 -1
View File
@@ -116,7 +116,7 @@ static registryFunctionRef subRef[] = {
{"exampleAppleScriptProcess",(REGISTRYFUNCTION)exampleAppleScriptProcess}
};
void registerExampleAppleScript(void)
static void registerExampleAppleScript(void)
{
registryFunctionRefAdd(subRef,NELEMENTS(subRef));
}