Skip to content

Commit 9633575

Browse files
committed
replaced <stdio.h> header include with <cstdio>
1 parent aa35b98 commit 9633575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cv_usb_example/cv_capture_example.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
// include necessary dependencies
2525
#include <iostream>
26-
#include <stdio.h>
26+
#include <cstdio>
2727
#include <opencv/highgui.h>
2828

2929
// configuration parameters

0 commit comments

Comments
 (0)