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

Added X-windows locking for all linux windowing, and added a class ScopedXLock to allow it to be done around client code as well. Misc fixes for mac menus, win32 WM_QUIT messages, MidiKeyboardComponent. Added text colour id to DirectoryContentsDisplayComponent.

This commit is contained in:
Julian Storer 2010-01-24 20:46:34 +00:00
parent 87a7086e2b
commit 6bf8b51c5a
35 changed files with 967 additions and 1017 deletions

View file

@ -90,7 +90,7 @@ BitArray::~BitArray() throw()
{
}
const BitArray& BitArray::operator= (const BitArray& other) throw()
BitArray& BitArray::operator= (const BitArray& other) throw()
{
if (this != &other)
{