Skip to content

Commit

Permalink
fix: missing virtual destructor
Browse files Browse the repository at this point in the history
  • Loading branch information
arcadien committed Nov 13, 2023
1 parent 376b976 commit a0b6095
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Domain/ITargetHost.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ class Target {

class ITargetHost {
public:
virtual ~ITargetHost() {}

/**
* Return light intensity for given target
* value [0;1024]
Expand Down

0 comments on commit a0b6095

Please sign in to comment.