]> Creatis software - cpPlugins.git/blobdiff - appli/ImageMPR/ImageMPR.h
Parameters class fully added
[cpPlugins.git] / appli / ImageMPR / ImageMPR.h
index c9bb20f31f71f214bc00d4933519e7c6f5c6f95f..4f5144477fc1b695830fbcbcae54da7ee9591182 100644 (file)
@@ -39,7 +39,7 @@ public:
   typedef cpPlugins::Interface::DataObject    TPluginData;
   typedef cpPlugins::Interface::Image         TPluginImage;
   typedef cpPlugins::Interface::ProcessObject TPlugin;
-  typedef TPlugin::TParameters                TParameters;
+  typedef cpPlugins::Interface::Parameters    TParameters;
 
   typedef std::map< std::string, std::string > TStringMap;
   typedef cpPlugins::Extensions::Visualization::MPRWithDifferentWindows TMPR;