1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Removed some superfluous consts from definitions

This commit is contained in:
Tom Poole 2023-09-20 12:28:25 +01:00
parent 1eea4766ce
commit 7d45d498b9
47 changed files with 120 additions and 119 deletions

View file

@ -575,9 +575,9 @@ public:
*/
void addBubble (Rectangle<float> bodyArea,
Rectangle<float> maximumArea,
const Point<float> arrowTipPosition,
const float cornerSize,
const float arrowBaseWidth);
Point<float> arrowTipPosition,
float cornerSize,
float arrowBaseWidth);
/** Adds another path to this one.