Merge branch 'upstream-lcl' into fix-lcl-dashboard

* upstream-lcl:
  lcl 2019-10-09 (d7604cbf)
This commit is contained in:
Sujin Philip 2019-10-09 11:05:19 -04:00
commit 169049143c

@ -43,8 +43,8 @@ class Cell
{
public:
constexpr LCL_EXEC Cell() : Shape(ShapeId::EMPTY), NumberOfPoints(0) {}
constexpr LCL_EXEC Cell(IdShape shape, IdComponent numPoints)
: Shape(shape), NumberOfPoints(numPoints)
constexpr LCL_EXEC Cell(IdShape shapeId, IdComponent numPoints)
: Shape(shapeId), NumberOfPoints(numPoints)
{
}