From abe6bb7c2257cce6ed746e54fdd97fbf1f1ef3aa Mon Sep 17 00:00:00 2001 From: Hieu Hoang Date: Mon, 10 Jun 2013 18:11:55 +0100 Subject: refactor parsing of feature functiona args --- phrase-extract/RuleExtractionOptions.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'phrase-extract/RuleExtractionOptions.h') diff --git a/phrase-extract/RuleExtractionOptions.h b/phrase-extract/RuleExtractionOptions.h index 772d803a4..d437c679c 100644 --- a/phrase-extract/RuleExtractionOptions.h +++ b/phrase-extract/RuleExtractionOptions.h @@ -86,8 +86,8 @@ public: , gzOutput(false) , unpairedExtractFormat(false) , conditionOnTargetLhs(false) - , boundaryRules(false) - {} + , boundaryRules(false) { + } }; } -- cgit v1.2.3