From ab686c5445f9dca028ab9d8635f290737ba72995 Mon Sep 17 00:00:00 2001 From: Peter Braden Date: Tue, 27 Nov 2012 16:48:20 -0800 Subject: [PATCH] specify std::dtring --- src/VideoCaptureWrap.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.