diff --git a/src/main.cpp b/src/main.cpp index 79855ea7..34d5d180 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -57,7 +57,7 @@ static pascal OSErr odocHandler(const AppleEvent* inEvent, AppleEvent* char buf[1024]; err = FSRefMakePath(&ref, reinterpret_cast(buf), 1024); if ( err == noErr ) - reinterpret_cast(refCon)->fileOpen(QString::fromUtf8(buf)); + reinterpret_cast(refCon)->fileOpen(QString::fromUtf8(buf)); } } }