Skip to content

Commit

Permalink
[ResourceManager] Make destructor virtual for use in derived classes (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
saikishor authored Jul 16, 2024
1 parent 0c17054 commit 7be0c6a
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 7be0c6a

Please sign in to comment.