Commit afdaafd4 authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

fixed compile problem (thanks to Pierre Moulon)

parent 6e6559d2
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment