| Index: trunk/src/media/video/capture/win/video_capture_device_win.h
|
| ===================================================================
|
| --- trunk/src/media/video/capture/win/video_capture_device_win.h (revision 247547)
|
| +++ trunk/src/media/video/capture/win/video_capture_device_win.h (working copy)
|
| @@ -59,7 +59,7 @@
|
| virtual void FrameReceived(const uint8* buffer, int length);
|
|
|
| bool CreateCapabilityMap();
|
| - void SetErrorState(const std::string& reason);
|
| + void SetErrorState(const char* reason);
|
|
|
| Name device_name_;
|
| InternalState state_;
|
|
|