瀏覽代碼

[TMP BORKEN][refactor] made LevenshteinMatrice_base interface

B Thibault 9 年之前
父節點
當前提交
f3c0e4a9c3
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      include/levenshteinMatrice.hpp

+ 1 - 0
include/levenshteinMatrice.hpp

@@ -14,6 +14,7 @@ class LevenshteinMatrice_base
 {
     public:
         virtual ~LevenshteinMatrice_base() {}
+        virtual void prune() =0;
 };
 
 template<typename T>