specify std::dtring

This commit is contained in:
Peter Braden 2012-11-27 16:48:20 -08:00
parent dcf7462b13
commit ab686c5445

View File

@ -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.