1
0
Fork 0

sub implement component destructor

This commit is contained in:
Kevin Matz 2021-08-18 17:08:56 -04:00
parent c67c13a556
commit 45298929c8
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ public:
Component(UUID::uuid cid = UUID::uuid())
: ACN::Component(cid)
{};
virtual ~Component();
virtual ~Component() {};
private:
/// @brief 6.2.1 Scopes