From dfca5915f58914ed47d90313cb945458082fb955 Mon Sep 17 00:00:00 2001 From: Davide Liessi Date: Fri, 25 Apr 2014 18:46:58 +0200 Subject: [PATCH] fixes a build error using GCC or Apple-provided Clang on Mac OS 10.6 See issue #2. --- src/impl-apple-cheetah.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]);