fixed compile problem (thanks to Pierre Moulon)

pull/13383/head
Vadim Pisarevsky 15 years ago
parent 6e6559d207
commit afdaafd4b8
  1. 2
      modules/highgui/src/window.cpp

@ -253,7 +253,7 @@ CV_IMPL int cvNamedWindow( const char*, int )
return -1;
}
CV_IMPL int cvDisplayOverlay(const char* name, const char* text, int delayms)
CV_IMPL void cvDisplayOverlay(const char* name, const char* text, int delayms)
{
CV_NO_GUI_ERROR("cvNamedWindow");
return -1;

Loading…
Cancel
Save