]> git.saurik.com Git - cycript.git/blobdiff - Driver.cpp
Put the filename in _trace to make it more useful.
[cycript.git] / Driver.cpp
index 6501fbf14144142da38850134923f3fdbe738b09..7e9c7adbb2fe46d0131ba6eec7a1e63fd4a91e0e 100644 (file)
@@ -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;