From 6fa622f8b67d8e08203b002b6e44ecb46a1fd0b1 Mon Sep 17 00:00:00 2001 From: Aleksandar Fabijanic Date: Mon, 27 May 2013 21:17:18 -0500 Subject: [PATCH] more clang fixes --- JSON/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JSON/Makefile b/JSON/Makefile index 6fcac6505..8cb83ed0b 100644 --- a/JSON/Makefile +++ b/JSON/Makefile @@ -11,7 +11,7 @@ include $(POCO_BASE)/build/rules/global INCLUDE += -I $(POCO_BASE)/JSON/include/Poco/JSON objects = Array Object Parser Handler Stringifier \ - VarHandler PrintHandler Query JSONException \ + ParseHandler PrintHandler Query JSONException \ Template TemplateCache target = PocoJSON