~timo-jyrinki/ubuntu/trusty/mozvoikko/new_upstream_signed_release

« back to all changes in this revision

Viewing changes to src/mozVoikko.hxx

  • Committer: Package Import Robot
  • Author(s): Chris Coulson
  • Date: 2011-09-08 20:12:06 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: package-import@ubuntu.com-20110908201206-4u000ixv1d2zo6ev
Tags: 1.10.0-0ubuntu1
* Update from SVN snapshot to latest stable release
* Refresh patches:
  - update debian/patches/port_to_latest_firefox.patch
  - update debian/patches/fix_sdk_build.patch
* Add an apport hook which just calls up the Firefox hook
  - add debian/source.apport
  - update debian/rules
  - update debian/control to add dh-apport build-depend

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
 
46
46
   virtual int spell (const char *);
47
47
 
48
 
   virtual char * get_dic_encoding(); 
49
 
   
50
48
   operator bool () const { return is_ok; }
51
49
};
52
50