mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-04 13:19:20 +00:00
embeddings:: virtual destructor added for embedding_method
This commit is contained in:
parent
a471025346
commit
e9c2278e8e
@ -301,6 +301,7 @@ EX }
|
||||
|
||||
void prepare_lta();
|
||||
void auto_configure();
|
||||
virtual ~embedding_method() {}
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user