mirror of
https://github.com/peterbraden/node-opencv.git
synced 2025-12-08 19:45:55 +00:00
specify std::dtring
This commit is contained in:
parent
dcf7462b13
commit
ab686c5445
@ -67,7 +67,7 @@ VideoCaptureWrap::VideoCaptureWrap(int device){
|
||||
}
|
||||
}
|
||||
|
||||
VideoCaptureWrap::VideoCaptureWrap(const string& filename){
|
||||
VideoCaptureWrap::VideoCaptureWrap(const std::string& filename){
|
||||
HandleScope scope;
|
||||
cap.open(filename);
|
||||
// TODO! At the moment this only takes a full path - do relative too.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user