diff --git a/src/VideoCaptureWrap.cc b/src/VideoCaptureWrap.cc index e23da54..0087037 100755 --- a/src/VideoCaptureWrap.cc +++ b/src/VideoCaptureWrap.cc @@ -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.