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:
parent
1eea4766ce
commit
7d45d498b9
47 changed files with 120 additions and 119 deletions
|
|
@ -469,7 +469,7 @@ public:
|
|||
By default a Graphics object will be set to mediumRenderingQuality.
|
||||
@see Graphics::drawImage, Graphics::drawImageTransformed, Graphics::drawImageWithin
|
||||
*/
|
||||
void setImageResamplingQuality (const ResamplingQuality newQuality);
|
||||
void setImageResamplingQuality (ResamplingQuality newQuality);
|
||||
|
||||
/** Draws an image.
|
||||
|
||||
|
|
|
|||
|
|
@ -75,7 +75,7 @@ public:
|
|||
void fillRectList (const RectangleList<float>&) override;
|
||||
void fillPath (const Path&, const AffineTransform&) override;
|
||||
void drawImage (const Image&, const AffineTransform&) override;
|
||||
void drawLine (const Line <float>&) override;
|
||||
void drawLine (const Line<float>&) override;
|
||||
|
||||
//==============================================================================
|
||||
const Font& getFont() override;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue