From d204ca8d55ec288198eb9abc17cdb606b019418c Mon Sep 17 00:00:00 2001 From: Leonardo Florez Date: Thu, 19 Oct 2017 15:45:29 -0500 Subject: [PATCH] ... --- lib/ivq/ITK/ImageMinimumSpanningTree.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ivq/ITK/ImageMinimumSpanningTree.h b/lib/ivq/ITK/ImageMinimumSpanningTree.h index a69f918..3ce006f 100644 --- a/lib/ivq/ITK/ImageMinimumSpanningTree.h +++ b/lib/ivq/ITK/ImageMinimumSpanningTree.h @@ -57,7 +57,7 @@ namespace ivq virtual ~ImageMinimumSpanningTree( ); private: - MinimumSpanningTree( const Self& other ); + ImageMinimumSpanningTree( const Self& other ); Self& operator=( const Self& other ); }; -- 2.47.1