Skip to content

Commit

Permalink
Fixed name collisions mostly with stl
Browse files Browse the repository at this point in the history
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@47 d0cd1f9f-072b-0410-8dd7-cf729c803f20
  • Loading branch information
theraysmith committed May 16, 2007
1 parent 816d440 commit 0a426c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classify/mf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 0a426c1

Please sign in to comment.