diff --git a/examples/meta/generator/targets/cpp.json b/examples/meta/generator/targets/cpp.json index c20306e68c2..67b064e7e38 100644 --- a/examples/meta/generator/targets/cpp.json +++ b/examples/meta/generator/targets/cpp.json @@ -21,24 +21,24 @@ "string": "char*", "BoolVector": "SGVector", "CharVector": "SGVector", - "ByteVector": "SGVector", - "WordVector": "SGVector", - "ShortVector": "SGVector", + "ByteVector": "SGVector", + "WordVector": "SGVector", + "ShortVector": "SGVector", "IntVector": "SGVector", - "LongIntVector": "SGVector", - "ULongIntVector": "SGVector", + "LongIntVector": "SGVector", + "ULongIntVector": "SGVector", "ShortRealVector": "SGVector", "RealVector": "SGVector", "LongRealVector": "SGVector", "ComplexVector": "SGVector", "BoolMatrix": "SGMatrix", "CharMatrix": "SGMatrix", - "ByteMatrix": "SGMatrix", - "WordMatrix": "SGMatrix", - "ShortMatrix": "SGMatrix", + "ByteMatrix": "SGMatrix", + "WordMatrix": "SGMatrix", + "ShortMatrix": "SGMatrix", "IntMatrix": "SGMatrix", - "LongIntMatrix": "SGMatrix", - "ULongIntMatrix": "SGMatrix", + "LongIntMatrix": "SGMatrix", + "ULongIntMatrix": "SGMatrix", "ShortRealMatrix": "SGMatrix", "RealMatrix": "SGMatrix", "LongRealMatrix": "SGMatrix",