Skip to content
Snippets Groups Projects
Commit ba39fdcc authored by Sacha Percot-Tétu's avatar Sacha Percot-Tétu
Browse files

Added missing const in eiimagecore

parent c01234a6
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ class PlugOperation : public Operation {
void operator()(const imagein::Image*, const std::map<const imagein::Image*, std::string>&);
inline bool needCurrentImg() { return _needCurrentImg; }
virtual bool needCurrentImg() const { return _needCurrentImg; }
protected:
virtual void operation() = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment