~ubuntu-branches/ubuntu/lucid/libwpd/lucid

« back to all changes in this revision

Viewing changes to src/lib/WP6PrefixData.h

  • Committer: Bazaar Package Importer
  • Author(s): Rene Engelhard
  • Date: 2007-01-11 15:15:57 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20070111151557-rn1kysabqbccx3as
Tags: 0.8.8-2
run make check for stream check; build-depend on libcppunit-dev 

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
        const WP6PrefixDataPacket *getPrefixDataPacket(const int prefixID) const;
43
43
        std::pair< MPDP_CIter, MPDP_CIter > * getPrefixDataPacketsOfType(const int type) const;
44
44
 
45
 
        const uint16_t getDefaultInitialFontPID() const { return m_defaultInitialFontPID; }
 
45
        const uint16_t getDefaultInitialFontPID() const { return (uint16_t)m_defaultInitialFontPID; }
46
46
 
47
47
 private:
48
48
        DPH m_prefixDataPacketHash;