mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-05 03:50:07 +00:00
More MSVC warning fixes.
This commit is contained in:
parent
cc8662213b
commit
265fb0e8eb
4 changed files with 4 additions and 4 deletions
|
|
@ -110,7 +110,7 @@ public:
|
|||
column += token.length;
|
||||
}
|
||||
|
||||
as.draw (g, Rectangle<float> (x, y, 10000.0f, (float) lineH));
|
||||
as.draw (g, Rectangle<float> (x, (float) y, 10000.0f, (float) lineH));
|
||||
}
|
||||
|
||||
private:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue