From f50a1895f90e1941ab20d917a152b2516be8600e Mon Sep 17 00:00:00 2001 From: rdb Date: Fri, 11 Nov 2011 14:23:04 +0000 Subject: [PATCH] fix typo --- panda/src/vision/webcamVideoDS.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/vision/webcamVideoDS.cxx b/panda/src/vision/webcamVideoDS.cxx index 99b7160c89..e393863d0a 100644 --- a/panda/src/vision/webcamVideoDS.cxx +++ b/panda/src/vision/webcamVideoDS.cxx @@ -658,7 +658,7 @@ WebcamVideoCursorDS:: // Access: Published // Description: //////////////////////////////////////////////////////////////////// -WebcamVideoCursor::Buffer *WebcamVideoCursorDS:: +MovieVideoCursor::Buffer *WebcamVideoCursorDS:: fetch_buffer(double time) { if (!_ready) { return NULL;