From 0a426c1ecdeb75bf02a0371a9618108d65852268 Mon Sep 17 00:00:00 2001 From: theraysmith Date: Wed, 16 May 2007 01:40:09 +0000 Subject: [PATCH] Fixed name collisions mostly with stl git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@47 d0cd1f9f-072b-0410-8dd7-cf729c803f20 --- classify/mf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classify/mf.cpp b/classify/mf.cpp index 3cfdd66170..28c4e7c841 100644 --- a/classify/mf.cpp +++ b/classify/mf.cpp @@ -57,7 +57,7 @@ FEATURE_SET ExtractMicros(TBLOB *Blob, LINE_STATS *LineStats) { Features = OldFeatures; iterate(Features) { - OldFeature = (MICROFEATURE) first (Features); + OldFeature = (MICROFEATURE) first_node (Features); Feature = NewFeature (&MicroFeatureDesc); ParamOf (Feature, MFDirection) = OrientationOf (OldFeature); ParamOf (Feature, MFXPosition) = CenterX (OldFeature);