Fixed PvApi wrapper build
authorAndrey Kamaev <no@email>
Thu, 12 Apr 2012 13:50:23 +0000 (13:50 +0000)
committerAndrey Kamaev <no@email>
Thu, 12 Apr 2012 13:50:23 +0000 (13:50 +0000)
modules/highgui/src/cap_pvapi.cpp

index 0e3f03f..a80b993 100644 (file)
@@ -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)
 {