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:
parent
e4857ceaae
commit
c236e75cf5
5 changed files with 21 additions and 13 deletions
|
|
@ -22,7 +22,7 @@
|
|||
==============================================================================
|
||||
*/
|
||||
|
||||
OpenGLAppComponent::OpenGLAppComponent() : frameCounter (0)
|
||||
OpenGLAppComponent::OpenGLAppComponent()
|
||||
{
|
||||
setOpaque (true);
|
||||
openGLContext.setRenderer (this);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue