summaryrefslogtreecommitdiff
path: root/client/dv1394.h
diff options
context:
space:
mode:
authordeva <deva>2006-03-07 10:37:59 +0000
committerdeva <deva>2006-03-07 10:37:59 +0000
commit1390ddfe6afe41dba141f8170f9b277573ebe8cd (patch)
treefd6861f3eab3a4721f2445540279a8223d7cd1a3 /client/dv1394.h
parent19ade36987f86c9b4cd4c5ec3fc6c499205c61ec (diff)
*** empty log message ***
Diffstat (limited to 'client/dv1394.h')
-rw-r--r--client/dv1394.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/client/dv1394.h b/client/dv1394.h
index 7cea9d0..c7f0711 100644
--- a/client/dv1394.h
+++ b/client/dv1394.h
@@ -37,7 +37,7 @@
class dv1394 : public frame_stream {
public:
- dv1394(Info* info, int port = 0, int channel = 63); // 63 is default channel... sucks.
+ dv1394(int port = 0, int channel = 63); // 63 is default channel... sucks.
~dv1394();
bool connect();
@@ -46,7 +46,6 @@ public:
private:
raw1394handle_t handle;
- Info *info;
int port;
int channel;
};