]> Creatis software - creaImageIO.git/blobdiff - src2/creaImageIOGimmickView.h
Linux compat
[creaImageIO.git] / src2 / creaImageIOGimmickView.h
index 9aa507231597bc5a8460ac71274ab939e23e1291..011e47141e6bd533cd51c906baee552f8cebfb53 100644 (file)
@@ -64,6 +64,8 @@ namespace creaImageIO
 
          virtual void GetSelectedFiles(std::vector<std::string>& s)
          { GimmickError("INTERNAL ERROR : GetSelectedFiles not implemented"); }
+         virtual void OnSelectionChange(std::vector<tree::Node*>& s)
+         { GimmickError("INTERNAL ERROR : OnSelectionChange not implemented"); }
 
          ///Validates the dimension compliance of the images with the maximum and minimum given, and between their sizes
          bool ValidateSelected (std::vector<tree::Node*>& sel, int min_dim, int max_dim);