Fix for CAdapterGenerator

This commit is contained in:
Sergey Bogolepov
2018-04-24 18:10:48 +07:00
committed by Sergey Bogolepov
parent 5f661b20aa
commit 14ba28c5c7
@@ -879,7 +879,8 @@ internal class CAdapterGenerator(
)
private val primitiveTypeMapping = mapOf(
ValueType.BOOLEAN to "${prefix}_KByte",
ValueType.BOOLEAN to "${prefix}_KBoolean",
ValueType.BYTE to "${prefix}_KByte",
ValueType.SHORT to "${prefix}_KShort",
ValueType.INT to "${prefix}_KInt",
ValueType.LONG to "${prefix}_KLong",