Linux compile fix with ImageSequencer2

This commit is contained in:
Alexander Bock
2015-05-05 14:40:47 +02:00
parent 47af7a5270
commit 4b9c5a9de6
+2 -2
View File
@@ -122,11 +122,11 @@ public:
* makes the request. If an instance is not registered in the class then the singleton
* returns false and no projections will occur.
*/
bool ImageSequencer2::getImagePaths(std::vector<Image>& captures,
bool getImagePaths(std::vector<Image>& captures,
std::string projectee,
std::string instrumentID);
bool ImageSequencer2::getImagePaths(std::vector<Image>& captures,
bool getImagePaths(std::vector<Image>& captures,
std::string projectee);
/*