diff options
Diffstat (limited to 'client/dvfile.h')
| -rw-r--r-- | client/dvfile.h | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/client/dvfile.h b/client/dvfile.h index dc91a14..72d4bec 100644 --- a/client/dvfile.h +++ b/client/dvfile.h @@ -38,13 +38,12 @@  class dvfile : public frame_stream {  public: -  dvfile(Info* info); +  dvfile();    ~dvfile();    unsigned char *readFrame();  private: -  Info* info;    FILE* fp;  }; | 
