blob: 62f3f3e1bb184fb0e65eb09594017a1e198c5949 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -Naur kino-0.7.1-orig/src/ieee1394io.h kino-0.7.1/src/ieee1394io.h
--- kino-0.7.1-orig/src/ieee1394io.h 2004-05-30 09:30:00.195549632 +0100
+++ kino-0.7.1/src/ieee1394io.h 2004-05-30 09:30:20.897402472 +0100
@@ -33,7 +33,7 @@
class IEEE1394Reader
{
-private:
+protected:
/// the number of frames that had to be thrown away because
/// our inFrames queue did not contain available frames
static int droppedFrames;
|