Changed BOOLEAN to bool

This commit is contained in:
Kees-V
2014-10-26 11:13:14 +01:00
parent 528b548b11
commit f1e5e7932c

View File

@@ -152,7 +152,7 @@ void getALPRImages(cv::VideoCapture cap, VideoDispatcher* dispatcher)
cv::Mat frame1; cv::Mat frame1;
cv::Mat frame2; cv::Mat frame2;
cv::Mat* receiveframe; cv::Mat* receiveframe;
BOOLEAN receiveframeisframe1 = TRUE; bool receiveframeisframe1 = TRUE;
while (dispatcher->active) while (dispatcher->active)
{ {