1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-14 09:26:52 +00:00

embeddings:: virtual destructor added for embedding_method

This commit is contained in:
Zeno Rogue 2023-04-11 17:25:21 +02:00
parent a471025346
commit e9c2278e8e

View File

@ -301,6 +301,7 @@ EX }
void prepare_lta();
void auto_configure();
virtual ~embedding_method() {}
};
#endif