Skip to content

Commit 167712b

Browse files
committed
Warnings Fix #2
1 parent 7e934bf commit 167712b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/tracking/samples/multiTracker_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ int main()
9898
//
9999
// "MIL", "BOOSTING", "MEDIANFLOW", "TLD"
100100
//
101-
const char* tracker_algorithm_name = "TLD";
101+
char* tracker_algorithm_name = (char*)"TLD";
102102

103103
Mat frame;
104104
paused = false;

0 commit comments

Comments
 (0)