]> Creatis software - FrontAlgorithms.git/blobdiff - lib/fpa/Base/SeedsInterface.h
...
[FrontAlgorithms.git] / lib / fpa / Base / SeedsInterface.h
index a994125e3ef46445dd744a5257c0def6013dfe27..cfc1bd568e505af2aba29ef173dccf8bc70d9a0a 100644 (file)
@@ -38,7 +38,7 @@ namespace fpa
       SeedsInterface( itk::ProcessObject* filter );
       virtual ~SeedsInterface( );
 
-    private:
+    protected:
       TSeeds m_Seeds;
       itk::ProcessObject* m_Filter;
     };