Skip to content

Commit

Permalink
Refs #20543: Fix mac warning
Browse files Browse the repository at this point in the history
Signed-off-by: JesusPoderoso <[email protected]>
  • Loading branch information
JesusPoderoso committed Apr 1, 2024
1 parent c2dcf69 commit 1c9c7e7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/cpp/hello_world/Application.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ class Application
{
public:

//! Virtual destructor
virtual ~Application() = default;

//! Run application
virtual void run() = 0;

Expand Down

0 comments on commit 1c9c7e7

Please sign in to comment.