Fixed missing semicolon

This commit is contained in:
Stefano Fabri 2010-10-25 11:29:08 +00:00
parent 68378ac7e4
commit ed0ce7ed50

View File

@ -723,7 +723,7 @@ GuiReceiver::~GuiReceiver()
void GuiReceiver::putText(void* arr, QString text, QPoint org, void* arg2)
{
CV_Assert(arr)
CV_Assert(arr);
CvMat * mat, stub;
int origin=0;
@ -2349,7 +2349,7 @@ void ViewPort::updateImage(const CvArr *arr)
{
//if (!arr)
//CV_Error(CV_StsNullPtr, "NULL arr pointer (in showImage)" );
CV_Assert(arr)
CV_Assert(arr);
CvMat * mat, stub;
int origin=0;