mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-05 03:50:07 +00:00
Minor code clean-ups.
This commit is contained in:
parent
08eb852103
commit
1fc2a55d82
45 changed files with 85 additions and 85 deletions
|
|
@ -1861,7 +1861,7 @@ private:
|
|||
bool useARGBImagesForRendering, shmCompletedDrawing;
|
||||
#endif
|
||||
LinuxRepaintManager (const LinuxRepaintManager&);
|
||||
const LinuxRepaintManager& operator= (const LinuxRepaintManager&);
|
||||
LinuxRepaintManager& operator= (const LinuxRepaintManager&);
|
||||
};
|
||||
|
||||
ScopedPointer <LinuxRepaintManager> repainter;
|
||||
|
|
@ -3141,7 +3141,7 @@ private:
|
|||
|
||||
//==============================================================================
|
||||
WindowedGLContext (const WindowedGLContext&);
|
||||
const WindowedGLContext& operator= (const WindowedGLContext&);
|
||||
WindowedGLContext& operator= (const WindowedGLContext&);
|
||||
};
|
||||
|
||||
//==============================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue