summaryrefslogtreecommitdiffstats
path: root/migratetags/migratetags.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'migratetags/migratetags.cpp')
-rw-r--r--migratetags/migratetags.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/migratetags/migratetags.cpp b/migratetags/migratetags.cpp
index 22f73d2..d1b284a 100644
--- a/migratetags/migratetags.cpp
+++ b/migratetags/migratetags.cpp
@@ -16,9 +16,9 @@ using namespace std;
#include "matchers/matcher.h"
// select your matcher here
-//#include "matchers/gntmatcher.h"
-#include "matchers/defaultmatcher.h"
-Matcher *matcher = new DefaultMatcher();
+#include "matchers/gntmatcher.h"
+//#include "matchers/defaultmatcher.h"
+Matcher *matcher = new GNTMatcher();
// hard code your from and to modules here or pass them on the command line with -
SWBuf strongsSourceModuleName = "WHNU";