X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/f95d2598051e347460e028286ff2d33e5825e548..a2ab0fd327b427d1f537cb7bc79de985fae3a0f5:/Driver.cpp?ds=sidebyside diff --git a/Driver.cpp b/Driver.cpp index 6501fbf..7e9c7ad 100644 --- a/Driver.cpp +++ b/Driver.cpp @@ -1,5 +1,5 @@ /* Cycript - Optimizing JavaScript Compiler/Runtime - * Copyright (C) 2009-2014 Jay Freeman (saurik) + * Copyright (C) 2009-2015 Jay Freeman (saurik) */ /* GNU Affero General Public License, Version 3 {{{ */ @@ -42,7 +42,7 @@ CYDriver::~CYDriver() { ScannerDestroy(); } -void CYDriver::Warning(const cy::location &location, const char *message) { +void CYDriver::Warning(const cy::parser::location_type &location, const char *message) { if (!strict_) return;