Skip to content

Commit 762d78d

Browse files
committed
Remove pure virtual
Signed-off-by: Michael Carroll <[email protected]>
1 parent 1184835 commit 762d78d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/gz/rendering/Grid.hh

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ namespace gz
3535
public virtual Geometry
3636
{
3737
/// \brief Destructor
38-
public: virtual ~Grid() = 0;
38+
public: virtual ~Grid();
3939

4040
/// \brief Set the number of cells on a planar grid
4141
/// \param[in] _count The number of cells

0 commit comments

Comments
 (0)