~vcs-imports/tesseract-ocr/trunk

« back to all changes in this revision

Viewing changes to viewer/svutil.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:
20
20
// SVUtil contains the SVSync and SVNetwork classes, which are used for
21
21
// thread/process creation & synchronization and network connection.
22
22
 
 
23
#ifndef GRAPHICS_DISABLED
 
24
 
23
25
#include "svutil.h"
24
26
 
25
27
#ifdef WIN32
341
343
  delete[] msg_buffer_in_;
342
344
  delete mutex_send_;
343
345
}
 
346
 
 
347
#endif  // GRAPHICS_DISABLED