Travis Cl build: changed TRUE to true

This commit is contained in:
Kees-V
2014-10-26 11:22:29 +01:00
parent f1e5e7932c
commit 77e308904c

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;
bool receiveframeisframe1 = TRUE; bool receiveframeisframe1 = true;
while (dispatcher->active) while (dispatcher->active)
{ {