]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkBlackBoxDescriptor.h
2397 BBTK Feature New Normal Feature GetBoxesInside for showing the tree of a blackbo...
[bbtk.git] / kernel / src / bbtkBlackBoxDescriptor.h
index 25f454436c8f887cb0b4c30855337fa484bf86b7..8124b35a10689f9c97d0cb3ccf3aad4108d38996 100644 (file)
@@ -170,7 +170,7 @@ namespace bbtk
     ///
     virtual void Check(bool recursive=true) const;
 
-         virtual void GetBoxesInside (NodeTreeC& tree, std::vector<std::string>& 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; }