Fixing EdgeGrid after recent refactoring.

This commit is contained in:
Vojtech Bubnik 2021-02-11 13:40:15 +01:00
parent bdd6685566
commit 92d0bc2cfd
2 changed files with 6 additions and 8 deletions

View file

@ -74,7 +74,6 @@ class Grid
public:
Grid() = default;
Grid(const BoundingBox &bbox) : m_bbox(bbox) {}
~Grid();
void set_bbox(const BoundingBox &bbox) { m_bbox = bbox; }