diff --git a/examples/meta/generator/targets/cpp.json b/examples/meta/generator/targets/cpp.json index f32638bcfd3..62bb73a125b 100644 --- a/examples/meta/generator/targets/cpp.json +++ b/examples/meta/generator/targets/cpp.json @@ -45,7 +45,8 @@ "ShortRealMatrix": "SGMatrix", "RealMatrix": "SGMatrix", "LongRealMatrix": "SGMatrix", - "ComplexMatrix": "SGMatrix" + "ComplexMatrix": "SGMatrix", + "RealDistance": "RealDistance" }, "Expr": { "StringLiteral": "\"$literal\"",