summaryrefslogtreecommitdiff
path: root/client/dvfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/dvfile.h')
-rw-r--r--client/dvfile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/dvfile.h b/client/dvfile.h
index 9eedd00..b65dc36 100644
--- a/client/dvfile.h
+++ b/client/dvfile.h
@@ -40,7 +40,7 @@ public:
dvfile();
~dvfile();
- unsigned char *readFrame();
+ Frame *readFrame();
private:
FILE* fp;