fixed compile problem (thanks to Pierre Moulon)
This commit is contained in:
parent
6e6559d207
commit
afdaafd4b8
@ -253,7 +253,7 @@ CV_IMPL int cvNamedWindow( const char*, int )
|
|||||||
return -1;
|
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");
|
CV_NO_GUI_ERROR("cvNamedWindow");
|
||||||
return -1;
|
return -1;
|
||||||
|
Loading…
Reference in New Issue
Block a user