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

A bit more minor cleaning up

This commit is contained in:
jules 2017-05-23 10:03:59 +01:00
parent d4885014dc
commit 2c3c9e5d18
5 changed files with 143 additions and 175 deletions

View file

@ -170,7 +170,7 @@ public:
GLuint getFrameBufferID() const noexcept { return 0; }
//==============================================================================
void updateWindowPosition (const Rectangle<int>& bounds)
void updateWindowPosition (Rectangle<int> bounds)
{
if (lastBounds != bounds)
{