X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=database.hpp;h=bbe01c456acbb9e66c56127d9bc23371e09b5ddf;hb=d04f948b1a2a1a2984fc4a45d04403b8c121c5bc;hp=9293f13d5f091251d77115d2f3dc5344868d2c5c;hpb=050220fe7822cc660615972a0054cf4a83eefbe4;p=mothur.git diff --git a/database.hpp b/database.hpp index 9293f13..bbe01c4 100644 --- a/database.hpp +++ b/database.hpp @@ -20,6 +20,7 @@ struct seqMatch { //used to select top n matches int seq; int match; + seqMatch() {} seqMatch(int s, int m) : seq(s), match(m) {} }; /**************************************************************************************************/