~ubuntu-branches/ubuntu/trusty/libwpd/trusty

« back to all changes in this revision

Viewing changes to src/lib/WP5FontGroup.h

  • Committer: Bazaar Package Importer
  • Author(s): Rene Engelhard
  • Date: 2006-07-15 11:58:12 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20060715115812-v18efmdayby4clau
Tags: 0.8.6-1
* New upstream release
* swap maintainer/uploader

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
{
32
32
public:
33
33
        WP5FontGroup(WPXInputStream *input);    
34
 
        virtual void parse(WP5Listener *listener);
 
34
        void parse(WP5Listener *listener);
35
35
        
36
36
protected:
37
 
        virtual void _readContents(WPXInputStream *input);
 
37
        void _readContents(WPXInputStream *input);
38
38
 
39
39
private:
40
40
        uint8_t m_red, m_green, m_blue;