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

@@ -46,7 +46,7 @@ inline std::string get_repo_path()
//! \brief Pluggable entrypoint //! \brief Pluggable entrypoint
//! \ingroup cpp_plugin_impl //! \ingroup cpp_plugin_impl
//! \since docker-finance 1.1.0 //! \since docker-finance 1.1.0
class bitcoin_cc class bitcoin_cc final
{ {
public: public:
bitcoin_cc() = default; bitcoin_cc() = default;

View File

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