X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkPackage.h;h=860cbd9bff956c041d3ade1680ff1b87acf5d8f8;hb=16993e9f411c62e9a73d13c40f3748bdd232ce09;hp=f39dfc6d7dcb049c1cce7581a94c56a5a78fd398;hpb=4634377e45465b15485afc9da74a5bf13b32d17b;p=bbtk.git diff --git a/kernel/src/bbtkPackage.h b/kernel/src/bbtkPackage.h index f39dfc6..860cbd9 100644 --- a/kernel/src/bbtkPackage.h +++ b/kernel/src/bbtkPackage.h @@ -73,7 +73,7 @@ namespace bbtk const std::string& pkgname, const std::string& path); - void GetBoxesInside(NodeTreeC& tree, std::vector& list, int cont); + void GetBoxesInside(NodeTreeC& tree, int cont); /// NOTE : All the static methods below for package destruction /// are not member because they can cause the package death /// and thus close the dynamic library from which it has been loaded.