~vcs-imports/tesseract-ocr/trunk

« back to all changes in this revision

Viewing changes to wordrec/render.cpp

  • Committer: theraysmith
  • Date: 2009-06-03 17:24:08 UTC
  • Revision ID: svn-v4:d0cd1f9f-072b-0410-8dd7-cf729c803f20:trunk:250
Fixed compilation with GRAPHICS_DISABLED

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
/*----------------------------------------------------------------------
55
55
              F u n c t i o n s
56
56
----------------------------------------------------------------------*/
 
57
#ifndef GRAPHICS_DISABLED
57
58
/**********************************************************************
58
59
 * display_blob
59
60
 *
147
148
  /* Add on child outlines */
148
149
  render_outline(window, outline->child, Grey);
149
150
}
 
151
 
 
152
#endif  // GRAPHICS_DISABLED