Skip to content

Commit

Permalink
Issue 339, patch from max.markin
Browse files Browse the repository at this point in the history
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@443 d0cd1f9f-072b-0410-8dd7-cf729c803f20
  • Loading branch information
joregan committed Jul 27, 2010
1 parent 924f231 commit 787fba6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ccstruct/ratngs.h
Original file line number Diff line number Diff line change
Expand Up @@ -319,9 +319,9 @@ class WERD_CHOICE {
};

// Make WERD_CHOICE listable.
ELISTIZEH (WERD_CHOICE)
CLISTIZEH (WERD_CHOICE)
typedef GenericVector<BLOB_CHOICE_LIST *> BLOB_CHOICE_LIST_VECTOR;
typedef GenericVector<WERD_CHOICE_LIST *> WERD_CHOICE_LIST_VECTOR;
typedef GenericVector<WERD_CHOICE_CLIST *> WERD_CHOICE_LIST_VECTOR;

typedef void (*POLY_TESTER) (const STRING&, PBLOB *, DENORM *, BOOL8,
char *, inT32, BLOB_CHOICE_LIST *);
Expand Down

0 comments on commit 787fba6

Please sign in to comment.