fixed compile problem (thanks to Pierre Moulon)

This commit is contained in:
Vadim Pisarevsky 2010-07-03 21:54:10 +00:00
parent 6e6559d207
commit afdaafd4b8

View File

@ -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;