summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTroy A. Griffitts <scribe@crosswire.org>2020-05-06 03:50:59 +0000
committerTroy A. Griffitts <scribe@crosswire.org>2020-05-06 03:50:59 +0000
commitf4f138af7ee7362918e8d450418f395c9db077f8 (patch)
tree74f9cbc649ad0e8152771304c71dda7449b4a902
parentbba76bf0652ec85b97124ca94959bdd2623c1bd0 (diff)
downloadsword-tools-f4f138af7ee7362918e8d450418f395c9db077f8.tar.gz
tidied migratetags up a bit
git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@534 07627401-56e2-0310-80f4-f8cd0041bdcd
-rw-r--r--migratetags/migratetags.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/migratetags/migratetags.cpp b/migratetags/migratetags.cpp
index 689640a..2b6b92b 100644
--- a/migratetags/migratetags.cpp
+++ b/migratetags/migratetags.cpp
@@ -12,10 +12,11 @@ using namespace sword;
using namespace std;
#include "matchers/matcher.h"
-#include "matchers/defaultmatcher.h"
// select your matcher here
+#include "matchers/defaultmatcher.h"
Matcher *matcher = new DefaultMatcher();
+
const char *targetModuleName="NA28";
const char *strongsSourceModuleName="WHNU";