mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 11:10:21 +08:00
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;
|
||||
}
|
||||
|
||||
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…
Reference in New Issue
Block a user