Skip to content

Commit 7acc9a5

Browse files
committed
rogueviz:; embeddings:: add a virtual destructor
1 parent bd828f9 commit 7acc9a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rogueviz/embeddings/embeddings.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ struct embedding {
1414
virtual int get_dimension() { return WDIM; }
1515
virtual eGeometryClass get_geometry() { return cgclass; }
1616
virtual string get_space();
17+
virtual ~embedding() {}
1718
};
1819

1920
struct tiled_embedding : embedding {

0 commit comments

Comments
 (0)