~ubuntu-branches/ubuntu/wily/libwpd/wily-proposed

« back to all changes in this revision

Viewing changes to src/lib/WP42Part.h

  • Committer: Package Import Robot
  • Author(s): Rene Engelhard
  • Date: 2014-08-08 00:35:26 UTC
  • mfrom: (11.1.8 experimental)
  • Revision ID: package-import@ubuntu.com-20140808003526-7pku3062w50cnsod
Tags: 0.10.0-2
* upload to unstable

* fix debian/copyright for MPL-2.0 | LGPL-2.1+ dual-license 

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
public:
38
38
        virtual ~WP42Part() {}
39
39
 
40
 
        static WP42Part *constructPart(WPXInputStream *input, WPXEncryption *encryption, uint8_t readVal);
 
40
        static WP42Part *constructPart(librevenge::RVNGInputStream *input, WPXEncryption *encryption, unsigned char readVal);
41
41
        virtual void parse(WP42Listener *listener) = 0;
42
42
};
43
43