]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Plugins/IO/ImageReader.h
Widget integration (step 5/6): Interactive plugins now supported, widgets updates...
[cpPlugins.git] / lib / cpPlugins / Plugins / IO / ImageReader.h
index 97937621cee4d7700e0d7b54dbea60fe954f08ce..2f41e10ceb99021c0dd11bd42ee81b519e17d4fb 100644 (file)
@@ -26,9 +26,8 @@ namespace cpPlugins
       typedef itk::SmartPointer< Self >         Pointer;
       typedef itk::SmartPointer< const Self >   ConstPointer;
 
-      typedef
-        std::vector< cpPlugins::Interface::Parameters::TString >
-        TStringList;
+      typedef Superclass::TParameters TParameters;
+      typedef std::vector< TParameters::TString > TStringList;
 
     public:
       itkNewMacro( Self );