summaryrefslogtreecommitdiff
path: root/client/dv1394.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/dv1394.h')
-rw-r--r--client/dv1394.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/dv1394.h b/client/dv1394.h
index 8485638..5f99199 100644
--- a/client/dv1394.h
+++ b/client/dv1394.h
@@ -39,7 +39,7 @@ public:
bool connect();
- unsigned char *readFrame();
+ Frame *readFrame();
private:
raw1394handle_t handle;