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

OSX GL views: accepting first mouse click event.

This commit is contained in:
jules 2012-11-09 11:45:14 +00:00
parent 2590de5bad
commit dea1aa475b
3 changed files with 5 additions and 3 deletions

View file

@ -82,7 +82,7 @@ private:
}
}
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (SharedValueSourceUpdater);
JUCE_DECLARE_NON_COPYABLE (SharedValueSourceUpdater);
};
Value::ValueSource::ValueSource()