~pkgcrosswire/bibletime/main

« back to all changes in this revision

Viewing changes to src/backend/filters/osismorphsegmentation.cpp

  • Committer: Jonathan Marsden
  • Date: 2011-12-23 20:32:12 UTC
  • Revision ID: jmarsden@fastmail.fm-20111223203212-1g3e35rlhbys07iu
New upstream version 2.9.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
    setOptionValue("Off");
25
25
}
26
26
 
27
 
Filters::OSISMorphSegmentation::~OSISMorphSegmentation() {}
28
 
 
29
27
char Filters::OSISMorphSegmentation::processText(sword::SWBuf &text, const sword::SWKey * /*key*/, const sword::SWModule * /*module*/) {
30
28
    sword::SWBuf token;
31
29
    bool intoken    = false;