X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/6a9812501258df26b7c487e50744b91abe8ebe39..80ba20535cde899ede99eb3c38e98be0fe4bcf9a:/Library.cpp diff --git a/Library.cpp b/Library.cpp index e6ab2a9..d375d10 100644 --- a/Library.cpp +++ b/Library.cpp @@ -59,6 +59,7 @@ #include "Error.hpp" #include "String.hpp" +#include "Execute.hpp" /* C Strings {{{ */ template @@ -240,7 +241,7 @@ double CYCastDouble(const char *value) { } extern "C" void CydgetPoolParse(apr_pool_t *pool, const uint16_t **data, size_t *size) { - CYDriver driver(""); + CYDriver driver; cy::parser parser(driver); CYUTF8String utf8(CYPoolUTF8String(pool, CYUTF16String(*data, *size)));