Code cleanup of editcallbacks.h/.cc for more safety
This commit is contained in:
@@ -1113,7 +1113,7 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
void getPipetteData (T &valueR, T &valueG, T &valueB, int posX, int posY, int squareSize, int tran) const
|
||||
void getPipetteData (T &valueR, T &valueG, T &valueB, int posX, int posY, const int squareSize, int tran) const
|
||||
{
|
||||
int x;
|
||||
int y;
|
||||
|
Reference in New Issue
Block a user