1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-08 04:20:09 +00:00

Adde some missing JUCE_API annotations

This commit is contained in:
jules 2017-03-21 16:07:31 +00:00
parent e4857ceaae
commit c236e75cf5
5 changed files with 21 additions and 13 deletions

View file

@ -22,7 +22,7 @@
==============================================================================
*/
OpenGLAppComponent::OpenGLAppComponent() : frameCounter (0)
OpenGLAppComponent::OpenGLAppComponent()
{
setOpaque (true);
openGLContext.setRenderer (this);