From 71c4325c50ae594a5adf01cac7c9e527b239cdcb Mon Sep 17 00:00:00 2001 From: skidd13 Date: Mon, 19 Nov 2007 21:02:30 +0000 Subject: (svn r11481) -Codechange: Rename the HASBIT function to fit with the naming style --- src/yapf/yapf_destrail.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/yapf/yapf_destrail.hpp') diff --git a/src/yapf/yapf_destrail.hpp b/src/yapf/yapf_destrail.hpp index 3a65ba8cc..157c3b6d2 100644 --- a/src/yapf/yapf_destrail.hpp +++ b/src/yapf/yapf_destrail.hpp @@ -18,7 +18,7 @@ public: bool IsCompatibleRailType(RailType rt) { - return HASBIT(m_compatible_railtypes, rt); + return HasBit(m_compatible_railtypes, rt); } }; -- cgit v1.2.3-54-g00ecf