summaryrefslogtreecommitdiff
path: root/src/backend/filters/osismorphsegmentation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/filters/osismorphsegmentation.cpp')
-rw-r--r--src/backend/filters/osismorphsegmentation.cpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/backend/filters/osismorphsegmentation.cpp b/src/backend/filters/osismorphsegmentation.cpp
index 26e7470..512fe2e 100644
--- a/src/backend/filters/osismorphsegmentation.cpp
+++ b/src/backend/filters/osismorphsegmentation.cpp
@@ -6,11 +6,13 @@
* The BibleTime source code is licensed under the GNU General Public License version 2.0.
*
**********/
-#include "osismorphsegmentation.h"
-//Sword
+#include "backend/filters/osismorphsegmentation.h"
+
+// Sword includes:
#include <utilxml.h>
+
const char Filters::OSISMorphSegmentation::oName[] = "Morph segmentation";
const char Filters::OSISMorphSegmentation::oTip[] = "Toggles morph segmentation On and Off if they exist";
@@ -24,7 +26,7 @@ Filters::OSISMorphSegmentation::OSISMorphSegmentation() : sword::SWOptionFilter(
Filters::OSISMorphSegmentation::~OSISMorphSegmentation() {}
-char Filters::OSISMorphSegmentation::processText(sword::SWBuf &text, const sword::SWKey */*key*/, const sword::SWModule */*module*/) {
+char Filters::OSISMorphSegmentation::processText(sword::SWBuf &text, const sword::SWKey * /*key*/, const sword::SWModule * /*module*/) {
sword::SWBuf token;
bool intoken = false;
bool hide = false;