Fixed PvApi wrapper build

pull/13383/head
Andrey Kamaev 13 years ago
parent 5042f5daa7
commit 7a3786bad9
  1. 2
      modules/highgui/src/cap_pvapi.cpp

@ -109,7 +109,7 @@ protected:
CvCaptureCAM_PvAPI::CvCaptureCAM_PvAPI()
{
monocrome=false;
memset(&this->Camera, 0, sizeof(this->tCamera));
memset(&this->Camera, 0, sizeof(this->Camera));
}
void CvCaptureCAM_PvAPI::Sleep(unsigned int time)
{

Loading…
Cancel
Save