From 1fe330114b9b59b11dea95b8f941f478eae8f020 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Wed, 24 Aug 2016 23:39:58 -0700 Subject: [PATCH] CYInjectRemote should also be in #ifdef CY_ATTACH. --- Console.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Console.cpp b/Console.cpp index c3ebd77..62dadcb 100644 --- a/Console.cpp +++ b/Console.cpp @@ -343,6 +343,7 @@ class CYSocketRemote : void InjectLibrary(pid_t, std::ostream &stream, int, const char *const []); +#ifdef CY_ATTACH class CYInjectRemote : public CYRemote { @@ -366,6 +367,7 @@ class CYInjectRemote : return CYUTF8String(strdup(json.c_str()), json.size()); } }; +#endif static std::ostream *out_; -- 2.45.2