Explorar o código

[TMP BORKEN][refactor] made LevenshteinMatrice_base interface

B Thibault %!s(int64=9) %!d(string=hai) anos
pai
achega
f3c0e4a9c3
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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>