Skip to content

Commit

Permalink
Add missing destructor
Browse files Browse the repository at this point in the history
  • Loading branch information
solidpixel committed Dec 2, 2024
1 parent dcb4605 commit 8121df9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions hwcpipe/include/hwcpipe/detail/internal_types.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ namespace expression {
*/
class context {
public:
/**
* @brief Ensure we have a destructor for polymorphic type.
*/
virtual ~context() {}

/**
* @brief Returns the value a hardware counter from the sampler to be used
* in the expression evaluator
Expand Down

0 comments on commit 8121df9

Please sign in to comment.