New curve editor, first batch (parametric curves, overlaid histogram in curve area)
This commit is contained in:
@@ -83,7 +83,7 @@ class ImageSource : public InitialImage {
|
||||
|
||||
void increaseRef () { references++; }
|
||||
void decreaseRef () { references--; if (!references) delete this; }
|
||||
virtual int getAEHistogram (int* histogram, int& histcompr) {return 0;}
|
||||
virtual int getAEHistogram (unsigned int* histogram, int& histcompr) {return 0;}
|
||||
|
||||
// functions inherited from the InitialImage interface
|
||||
virtual Glib::ustring getFileName () { return fileName; }
|
||||
|
Reference in New Issue
Block a user