diff --git a/src/impl-apple-cheetah.cc b/src/impl-apple-cheetah.cc index 88597e5..4cadd2f 100644 --- a/src/impl-apple-cheetah.cc +++ b/src/impl-apple-cheetah.cc @@ -23,7 +23,7 @@ Local OSErrDescription(OSErr err) { return String::New("Could not get volume name"); } -Handle MethodGetVolumeName(const Arguments& args) { +v8::Handle MethodGetVolumeName(const Arguments& args) { HandleScope scope; String::AsciiValue aPath(args[0]);