From fc9dde885b8e967ea2b9c7bce41720e89b05cc5a Mon Sep 17 00:00:00 2001 From: Patrice Levesque Date: Wed, 17 Feb 2016 13:23:23 -0500 Subject: [PATCH] =?UTF-8?q?Fix=20warnings;=20both=20=E2=80=98WORequest?= =?UTF-8?q?=E2=80=99=20may=20not=20respond=20to=20=E2=80=98-httpRequest?= =?UTF-8?q?=E2=80=99=20and=20no=20=E2=80=98-parts=E2=80=99=20method=20foun?= =?UTF-8?q?d.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- UI/Scheduler/UIxCalFolderActions.m | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/UI/Scheduler/UIxCalFolderActions.m b/UI/Scheduler/UIxCalFolderActions.m index ad90b2aa5..8226b6b0b 100644 --- a/UI/Scheduler/UIxCalFolderActions.m +++ b/UI/Scheduler/UIxCalFolderActions.m @@ -21,9 +21,15 @@ */ #import + +#import #import +#define COMPILING_NGOBJWEB 1 /* httpRequest is needed in + importAction */ #import +#undef COMPILING_NGOBJWEB #import +#import #import