1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-28 02:30:05 +00:00

Minor code clean-ups.

This commit is contained in:
Julian Storer 2010-02-22 15:28:18 +00:00
parent 9f201da3c5
commit 08eb852103
289 changed files with 779 additions and 780 deletions

View file

@ -106,7 +106,7 @@ protected:
Font font;
private:
const SavedState& operator= (const SavedState&);
SavedState& operator= (const SavedState&);
};
OwnedArray <SavedState> stateStack;
@ -119,7 +119,7 @@ protected:
void writeImage (const Image& im, const int sx, const int sy, const int maxW, const int maxH) const;
LowLevelGraphicsPostScriptRenderer (const LowLevelGraphicsPostScriptRenderer& other);
const LowLevelGraphicsPostScriptRenderer& operator= (const LowLevelGraphicsPostScriptRenderer&);
LowLevelGraphicsPostScriptRenderer& operator= (const LowLevelGraphicsPostScriptRenderer&);
};