Skip to content

Commit 695f7d1

Browse files
committed
fix another definition
1 parent dc14c3c commit 695f7d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rapidfuzz/process_cpp_impl.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ cdef extern from "process_cpp.hpp":
118118
cdef bool is_lowest_score_worst[T](const RF_ScorerFlags* scorer_flags)
119119
cdef T get_optimal_score[T](const RF_ScorerFlags* scorer_flags)
120120

121-
cpdef enum class MatrixType:
121+
cdef enum class MatrixType:
122122
UNDEFINED = 0
123123
FLOAT32 = 1
124124
FLOAT64 = 2

0 commit comments

Comments
 (0)