diff options
Diffstat (limited to 'client/dvfile.h')
-rw-r--r-- | client/dvfile.h | 2 |
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; |