X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkBlackBoxDescriptor.h;h=8124b35a10689f9c97d0cb3ccf3aad4108d38996;hb=16993e9f411c62e9a73d13c40f3748bdd232ce09;hp=25f454436c8f887cb0b4c30855337fa484bf86b7;hpb=18f3f2238cb97854f590dd8af0e9ab2a07de77a6;p=bbtk.git diff --git a/kernel/src/bbtkBlackBoxDescriptor.h b/kernel/src/bbtkBlackBoxDescriptor.h index 25f4544..8124b35 100644 --- a/kernel/src/bbtkBlackBoxDescriptor.h +++ b/kernel/src/bbtkBlackBoxDescriptor.h @@ -170,7 +170,7 @@ namespace bbtk /// virtual void Check(bool recursive=true) const; - virtual void GetBoxesInside (NodeTreeC& tree, std::vector& temp, int cont); + virtual void GetBoxesInside (NodeTreeC& tree, int cont); /// Sets the name of the script file from which it is defined void SetScriptFileName(const std::string& n) { mScriptFileName = n; }