Skip to content

Commit

Permalink
make ResourceManager destructor virtual
Browse files Browse the repository at this point in the history
  • Loading branch information
saikishor committed Jul 8, 2024
1 parent 465b58f commit 0791ea0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class HARDWARE_INTERFACE_PUBLIC ResourceManager

ResourceManager(const ResourceManager &) = delete;

~ResourceManager();
virtual ~ResourceManager();

/// Load resources from on a given URDF.
/**
Expand Down

0 comments on commit 0791ea0

Please sign in to comment.