Explorar o código

[minor] missing static on lib internal

isundil %!s(int64=9) %!d(string=hai) anos
pai
achega
acb5b32e82
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      levenshtein.hpp

+ 1 - 1
levenshtein.hpp

@@ -20,7 +20,7 @@
 #include <utility>
 #include <queue>
 
-unsigned int levenshtein_get(unsigned int * const *map, int px, int py)
+static unsigned int levenshtein_get(unsigned int * const *map, int px, int py)
 {
     if (px == -1 && py == -1)
         return 0;