Merge pull request #263 into master

abc08d4b container: plugins: root: mark Pluggable entrypoints as final (Aaron Fiore)
This commit was merged in pull request #263.
This commit is contained in:
2026-01-09 15:36:55 -08:00
2 changed files with 2 additions and 2 deletions

View File

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

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;