mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Add a couple of missing default virtual destructors
This commit is contained in:
@@ -40,6 +40,8 @@ namespace loot {
|
||||
/** @brief The interface provided by API's database handle. */
|
||||
class DatabaseInterface {
|
||||
public:
|
||||
virtual ~DatabaseInterface() = default;
|
||||
|
||||
/**
|
||||
* @name Data Reading & Writing
|
||||
* @{
|
||||
|
||||
@@ -39,6 +39,8 @@ namespace loot {
|
||||
*/
|
||||
class PluginInterface {
|
||||
public:
|
||||
virtual ~PluginInterface() = default;
|
||||
|
||||
/**
|
||||
* Get the plugin's filename.
|
||||
* @return The plugin filename.
|
||||
|
||||
Reference in New Issue
Block a user