1
0
Fork 0
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:
jules 2013-06-16 10:46:51 +01:00
parent cc8662213b
commit 265fb0e8eb
4 changed files with 4 additions and 4 deletions

View file

@ -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: