From 53aaabe6e9aebdca71608e2996a9ecbff8b73713 Mon Sep 17 00:00:00 2001 From: smatz Date: Tue, 23 Mar 2010 22:25:43 +0000 Subject: (svn r19507) -Codechange: remove semicolon after DECLARE_POSTFIX_INCREMENT and DECLARE_ENUM_AS_BIT_SET --- src/pathfinder/yapf/yapf_node_rail.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pathfinder/yapf/yapf_node_rail.hpp') diff --git a/src/pathfinder/yapf/yapf_node_rail.hpp b/src/pathfinder/yapf/yapf_node_rail.hpp index 41ad8f8ff..fa92706c6 100644 --- a/src/pathfinder/yapf/yapf_node_rail.hpp +++ b/src/pathfinder/yapf/yapf_node_rail.hpp @@ -115,7 +115,7 @@ enum EndSegmentReasonBits { ESRB_ABORT_PF_MASK = ESRB_DEAD_END | ESRB_PATH_TOO_LONG | ESRB_INFINITE_LOOP | ESRB_FIRST_TWO_WAY_RED, }; -DECLARE_ENUM_AS_BIT_SET(EndSegmentReasonBits); +DECLARE_ENUM_AS_BIT_SET(EndSegmentReasonBits) inline CStrA ValueStr(EndSegmentReasonBits bits) { -- cgit v1.2.3-54-g00ecf