]> Creatis software - creaImageIO.git/blobdiff - src2/creaImageIOWxGimmickView.h
Various fixes on argument passing:
[creaImageIO.git] / src2 / creaImageIOWxGimmickView.h
index 33870d1327f2ef22627f2c67662a41ccb7e66bcf..fd22e481f08372c4c3879bebae8875d65fd8c2f1 100644 (file)
@@ -59,8 +59,8 @@ namespace creaImageIO
                           bool isSelection, int selection, bool mProcess);
     ///Stops the player
     void StopPlayer(){mViewer->StopPlayer();}
-       ///Adds a file to ignore
-       void AddIgnoreFile(const tree::Node* & toRemove);
+    ///Adds a file to ignore
+    void AddIgnoreFile(tree::Node* toRemove);
     ///Resets the default image
     void ClearSelection();