Forgot one open

This commit is contained in:
dankito 2021-11-12 23:37:28 +01:00
parent ac71e09596
commit eba94e2c1b
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ open class FinTsUtils {
} }
protected fun convertToInt(string: String): Int { protected open fun convertToInt(string: String): Int {
return string.toInt() return string.toInt()
} }