[sword-svn] r534 - trunk/migratetags

scribe at crosswire.org scribe at crosswire.org
Tue May 5 20:50:59 MST 2020


Author: scribe
Date: 2020-05-05 20:50:59 -0700 (Tue, 05 May 2020)
New Revision: 534

Modified:
   trunk/migratetags/migratetags.cpp
Log:
tidied migratetags up a bit


Modified: trunk/migratetags/migratetags.cpp
===================================================================
--- trunk/migratetags/migratetags.cpp	2020-05-06 03:50:10 UTC (rev 533)
+++ trunk/migratetags/migratetags.cpp	2020-05-06 03:50:59 UTC (rev 534)
@@ -12,10 +12,11 @@
 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";
 




More information about the sword-cvs mailing list