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
1 changed files with 1 additions and 0 deletions

View File

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