container: plugins: root: mark Pluggable entrypoints as final

This commit is contained in:
2026-01-09 11:55:40 -08:00
parent 48a5e00564
commit abc08d4bc1
2 changed files with 2 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ namespace example
//! \brief Pluggable entrypoint
//! \ingroup cpp_plugin_impl
//! \since docker-finance 1.1.0
class example_cc
class example_cc final
{
public:
example_cc() = default;