summaryrefslogtreecommitdiff
path: root/src/AppleEvents.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/AppleEvents.cc')
-rw-r--r--src/AppleEvents.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AppleEvents.cc b/src/AppleEvents.cc
index 3102792..39aba9d 100644
--- a/src/AppleEvents.cc
+++ b/src/AppleEvents.cc
@@ -24,7 +24,7 @@ void installAppleEventHandlers()
{
// Reload handler
OSErr err = AEInstallEventHandler('SCAD', 'relo', NewAEEventHandlerUPP(eventHandler), 0, true);
- require_noerr(err, CantInstallAppleEventHandler);
+ __Require_noErr(err, CantInstallAppleEventHandler);
return;
CantInstallAppleEventHandler:
contact: Jan Huwald // Impressum