Skip to content

Commit

Permalink
fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
gpu committed Mar 31, 2024
1 parent d899217 commit 6036b65
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions implementation/configuration/src/configuration_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@
#include "../include/configuration_plugin.hpp"

namespace vsomeip_v3 {
namespace cfg {

// non-inline destructors to make typeinfo of the type visible outside the shared library boundary
configuration_plugin::~configuration_plugin() {
}

} // namespace cfg
} // namespace vsomeip_v3

0 comments on commit 6036b65

Please sign in to comment.