Skip to content

Commit

Permalink
#642 Fixed declaration error
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrocortesark committed Oct 10, 2024
1 parent 73999e0 commit bb7f1f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bindings/bnd_pointcloud.h
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,6 @@ class BND_PointCloud : public BND_GeometryBase //IEnumerable<PointCloudItem>

#if defined(ON_WASM_COMPILE)
BND_DICT ToThreejsJSON() const;
static BND_PointCloud CreateFromThreejsJSON(BND_DICT json);
static BND_PointCloud* CreateFromThreejsJSON(BND_DICT json);
#endif
};

0 comments on commit bb7f1f7

Please sign in to comment.