mirror of
https://github.com/geode-sdk/geode.git
synced 2025-04-24 05:14:40 -04:00
fix component destructor
This commit is contained in:
parent
1a5f07eae2
commit
48de16f02c
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ namespace geode {
|
|||
std::string generateLogName();
|
||||
|
||||
struct GEODE_DLL ComponentTrait {
|
||||
virtual ~ComponentTrait() = 0;
|
||||
virtual ~ComponentTrait() {}
|
||||
virtual std::string _toString() = 0;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue