Skip to content

Commit

Permalink
Set LoggerFactory virtual destructor.
Browse files Browse the repository at this point in the history
  • Loading branch information
pjarosik committed Sep 21, 2021
1 parent 5fb9fa1 commit 8d72c4d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arrus/core/api/common/LoggerFactory.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ class LoggerFactory {

virtual Logger::Handle
getLogger(const std::vector<arrus::Logger::Attribute> &attributes) = 0;

virtual ~LoggerFactory() = default;
};

}
Expand Down

0 comments on commit 8d72c4d

Please sign in to comment.