and another type mismatch on mac

This commit is contained in:
Peinthor Rene
2013-03-31 10:21:11 +02:00
parent 805944eab9
commit d54bb46964

View File

@@ -26,7 +26,7 @@ static OSErr checkAppleEventForMissingParams(const AppleEvent& theAppleEvent)
}
static pascal OSErr odocHandler(const AppleEvent* inEvent, AppleEvent*
/*reply*/, long refCon)
/*reply*/, SInt32 refCon)
{
AEDescList documentList;
OSErr err = AEGetParamDesc(inEvent, keyDirectObject, typeAEList,