From dc149021be9950a934b2550d89e076f9671dca08 Mon Sep 17 00:00:00 2001 From: rubidium Date: Thu, 13 May 2010 09:11:27 +0000 Subject: (svn r19810) -Fix: [YAPF] Improperly formatted (global) constant --- src/pathfinder/yapf/yapf_costcache.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/pathfinder') diff --git a/src/pathfinder/yapf/yapf_costcache.hpp b/src/pathfinder/yapf/yapf_costcache.hpp index e25faa952..23bdc2d7b 100644 --- a/src/pathfinder/yapf/yapf_costcache.hpp +++ b/src/pathfinder/yapf/yapf_costcache.hpp @@ -110,9 +110,9 @@ template struct CSegmentCostCacheT : public CSegmentCostCacheBase { - enum {c_hash_bits = 14}; + static const int C_HASH_BITS = 14; - typedef CHashTableT HashTable; + typedef CHashTableT HashTable; typedef SmallArray Heap; typedef typename Tsegment::Key Key; ///< key to hash table -- cgit v1.2.3-54-g00ecf