Commit 4fd16e81728a572a60d60a55ebcc7d6cea9b0a0d

Authored by Brendan Klare
1 parent e0fd9222

Updated point append

openbr/plugins/metadata/averagepoints.cpp
... ... @@ -41,7 +41,7 @@ class AveragePointsTransform : public UntrainableMetadataTransform
41 41 if (!metaName.isEmpty())
42 42 dst.set(metaName, p);
43 43 if (append)
44   - dst.points().append(p);
  44 + dst.appendPoint(p);
45 45 }
46 46 };
47 47  
... ...